Skip to content

Commit e476da2

Browse files
authored
Update changelog.md
1 parent 7c95496 commit e476da2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 1.15.3 - bugfix
4+
5+
- Fixed `SyntaxError: invalid syntax` happening when the default value of one argument of the created function is a subclass of a basic primitive.
6+
Fixes [#98](https://github.com/smarie/python-makefun/issues/98). PR [#99](https://github.com/smarie/python-makefun/pull/99) by
7+
[moskupols](https://github.com/moskupols)
8+
39
### 1.15.2 - bugfix
410

511
- Fixed `SyntaxError` happening when the name of a native coroutine function to create contains `'return'`.
@@ -12,7 +18,7 @@
1218

1319
### 1.15.0 - More PEP-compliant `wraps`
1420

15-
- `wraps` now always sets the `__wrapped__` attribute, and also sets the `__signature__` attribute when the signature changes, as specified by PEP 362. PR []() by [#86](https://github.com/smarie/python-makefun/pull/86) by [lucaswiman](https://github.com/lucaswiman).
21+
- `wraps` now always sets the `__wrapped__` attribute, and also sets the `__signature__` attribute when the signature changes, as specified by PEP 362. PR [#86](https://github.com/smarie/python-makefun/pull/86) by [lucaswiman](https://github.com/lucaswiman).
1622

1723
### 1.14.0 - Support for lambda functions
1824

0 commit comments

Comments
 (0)