Skip to content

Commit cdad4b0

Browse files
committed
Update changelog
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent bc2d984 commit cdad4b0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@ vNext
55
-----
66

77

8-
Version 21.5.5
8+
Version 21.5.12
99
---------------
1010

1111
- Add new function to find a command or shared object file in the PATH (e.g. in
1212
environment variables). See commoncode.command.find_in_path()
1313
- Add new simplified the commoncode.command.execute() function.
1414
- Add support for Python 3.10
1515
- Update tests to cope with Python 3.6 bug https://bugs.python.org/issue26919
16-
- Adopt new skeleton with configure scripts updates
16+
- Adopt latest skeleton with configure scripts updates
1717

1818
Breaking API changes:
1919

2020
- commoncode.command.load_shared_library() now ignores the lib_dir argument
2121
- commoncode.command.execute2() is deprecated and ignores the lib_dir argument
2222
it is replaced by commoncode.command.execute()
23+
- In commoncode.testcase get_test_loc() "exists" argument has been renamed to
24+
"must_exist". It has also been added to FileDrivenTesting.get_test_loc()
25+
method.
2326

2427

2528
Version 21.4.28

0 commit comments

Comments
 (0)