Skip to content

Commit 9cd3f75

Browse files
committed
Update changelog for v31.0.0
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 18fba5a commit 9cd3f75

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ Release notes
44
Version (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

1611
This 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

9295
Version 30.2.0 - (2022-05-02)
9396
------------------------------

0 commit comments

Comments
 (0)