Skip to content

Commit cbd9776

Browse files
author
Sylvain MARIE
committed
1.6.8 changelog
1 parent 97fdafa commit cbd9776

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.6.8 - Improved performance
4+
5+
* Improved performance of inner method `get_signature_string` (used by all entry points) after profiling.
6+
37
### 1.6.7 - Increased tolerance to function signatures in python 2
48

59
* In python 2 some libraries such as `attrs` can modify the annotations manually, making `signature` return a string representation that is not compliant with the language version. This raised a `SyntaxError` in previous versions. The new version silently removes all these annotations in python versions that do not support them. Fixes [#39](https://github.com/smarie/python-makefun/issues/39).

0 commit comments

Comments
 (0)