File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,8 @@ Release notes
44Version (next)
55------------------------------
66
7- - Add ``posix_only `` option to ``commoncode.paths.portable_filename `` and
8- ``commoncode.paths.safe_path ``. This option prevents
9- ``commoncode.paths.portable_filename `` and ``commoncode.paths.safe_path `` from
10- replacing filenames and punctuation in filenames that are valid on POSIX
11- operating systems, but not Windows.
127
13- Version 31.0.0 - (2022-05-16 )
8+ Version 31.0.0 - (2022-08-24 )
149------------------------------
1510
1611This is a major version with API-breaking changes in the resource module.
@@ -88,6 +83,14 @@ Other changes:
8883 The returned directory has a trailing path separator unless with_trail is False.
8984 The default is True and the default behaviour is unchanged.
9085
86+ - Add ``posix_only `` option to ``commoncode.paths.portable_filename `` and
87+ ``commoncode.paths.safe_path ``. This option prevents
88+ ``commoncode.paths.portable_filename `` and ``commoncode.paths.safe_path `` from
89+ replacing filenames and punctuation in filenames that are valid on POSIX
90+ operating systems, but not Windows.
91+
92+ - Remove unused intbitset dependency.
93+
9194
9295Version 30.2.0 - (2022-05-02)
9396------------------------------
You can’t perform that action at this time.
0 commit comments