Skip to content

Commit 9db848f

Browse files
committed
Refresh changelog again.
1 parent 0a84bb5 commit 9db848f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

importlib_resources/docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
previous functionality as it provides a more general-purpose access
1212
to a package's resources.
1313

14+
With this function, subdirectories are supported (Closes #58).
15+
16+
The
17+
documentation has been updated to reflect that this function is now
18+
the preferred interface for loading package resources. It does not,
19+
however, support resources from arbitrary loaders. It currently only
20+
supports resources from file system path and zipfile packages (a
21+
consequence of the ResourceReader interface only operating on
22+
Python packages).
23+
1424
1.0.2 (2018-11-01)
1525
==================
1626
* Fix ``setup_requires`` and ``install_requires`` metadata in ``setup.cfg``.

0 commit comments

Comments
 (0)