Skip to content

Commit a60496b

Browse files
committedOct 5, 2022
Update changelog. Ref #203.
1 parent 5b1281d commit a60496b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v5.10.0
2+
=======
3+
4+
* #203: Lifted restriction on modules passed to ``as_file``.
5+
Now modules need not be a package and if a non-package
6+
module is passed, resources will be resolved adjacent to
7+
those modules, even for modules not found in any package.
8+
For example, ``files(import_module('mod.py'))`` will
9+
resolve resources found at the root.
10+
111
v5.9.0
212
======
313

0 commit comments

Comments
 (0)
Please sign in to comment.