Skip to content

Commit e9c7e19

Browse files
committed
Update changelog
1 parent 4ef7916 commit e9c7e19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

importlib_resources/docs/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
importlib_resources NEWS
33
==========================
44

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+
512
1.0.2 (2018-11-01)
613
==================
714
* Fix ``setup_requires`` and ``install_requires`` metadata in ``setup.cfg``.

0 commit comments

Comments
 (0)