Skip to content

Commit 118f335

Browse files
author
Sylvain MARIE
committed
1.2.0 changelog
1 parent 6e34adb commit 118f335

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/changelog.md

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

3+
### 1.2.0 - `@with_signature` supports `None`
4+
5+
`None` can be used as the desired signature of `@with_signature`. This indicated that the user does not want to create a new function but only wants to update the metadata. Fixes [#20](https://github.com/smarie/python-makefun/issues/20).
6+
7+
38
### 1.1.2 - Fixes
49

510
Fixed `isgeneratorfunction` for old python versions, see [decorator#63](https://github.com/micheles/decorator/pull/63).

0 commit comments

Comments
 (0)