We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef7916 commit e9c7e19Copy full SHA for e9c7e19
importlib_resources/docs/changelog.rst
@@ -2,6 +2,13 @@
2
importlib_resources NEWS
3
==========================
4
5
+1.1.0 (2020-01-19)
6
+==================
7
+* Add support for retrieving resources from subdirectories of packages
8
+ through the new ``get()`` function, which returns a ``Traversable``
9
+ object with ``joinpath`` and ``read_*`` interfaces matching those
10
+ of ``pathlib.Path`` objects.
11
+
12
1.0.2 (2018-11-01)
13
==================
14
* Fix ``setup_requires`` and ``install_requires`` metadata in ``setup.cfg``.
0 commit comments