Skip to content

Commit 3090428

Browse files
committed
Update changelog
1 parent bd53527 commit 3090428

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

importlib_resources/docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
importlib_resources NEWS
33
==========================
44

5+
v1.3.0
6+
======
7+
* Preferred way to access ``as_file`` is now from top-level module.
8+
``importlib_resources.trees.as_file`` is deprecated and discouraged.
9+
Closes #86.
10+
* Moved ``Traversable`` abc to ``abc`` module. Closes #87.
11+
512
v1.2.0
613
======
714
* Traversable now requires an ``open`` method. Closes #81.

0 commit comments

Comments
 (0)