Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smarie committed Jul 2, 2024
1 parent 7c95496 commit e476da2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.15.3 - bugfix

- Fixed `SyntaxError: invalid syntax` happening when the default value of one argument of the created function is a subclass of a basic primitive.
Fixes [#98](https://github.com/smarie/python-makefun/issues/98). PR [#99](https://github.com/smarie/python-makefun/pull/99) by
[moskupols](https://github.com/moskupols)

### 1.15.2 - bugfix

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

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

- `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).
- `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).

### 1.14.0 - Support for lambda functions

Expand Down

0 comments on commit e476da2

Please sign in to comment.