We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b8fe9 commit 1fe352cCopy full SHA for 1fe352c
docs/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+### 0.5.0 - New helper function, and bugfix
4
+
5
+New helper function `remove_signature_parameters`.
6
7
+Fixed issue with `@with_signature` when argument is a `Signature`. Fixes [#11](https://github.com/smarie/python-makefun/issues/11)
8
9
### 0.4.0 - New `@with_signature` decorator, and `create_function` accepts functions
10
11
New decorator `@with_signature` to change the signature of a callable. Fixes [#3](https://github.com/smarie/python-makefun/issues/3)
0 commit comments