Skip to content

Commit 6290675

Browse files
committed
Update changelog. Ref python#77.
1 parent 54debaf commit 6290675

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
@@ -2,6 +2,16 @@
22
importlib_resources NEWS
33
==========================
44

5+
v1.2.0
6+
======
7+
* Add extensibility support for non-standard loaders to supply
8+
``Traversable`` resources. Introduces a new abstract base
9+
class ``abc.TraversableResources`` that supersedes (but
10+
implements for compatibility) ``abc.ResourceReader``. Any
11+
loader that implements (implicitly or explicitly) the
12+
``TraversableResources.files`` method will be capable of
13+
supplying resources with subdirectory support. Closes #77.
14+
515
v1.1.0
616
======
717
* Add support for retrieving resources from subdirectories of packages

0 commit comments

Comments
 (0)