Skip to content

Commit 421db9c

Browse files
committed
Update changelog. Ref #203.
1 parent ecffc07 commit 421db9c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
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)