Skip to content

Commit 96a156f

Browse files
author
Sylvain MARIE
committed
0.4.0 changelog
1 parent 5d43b1c commit 96a156f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/changelog.md

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

3+
### 0.4.0 - New `@with_signature` decorator, and `create_function` accepts functions
4+
5+
New decorator `@with_signature` to change the signature of a callable. Fixes [#3](https://github.com/smarie/python-makefun/issues/3)
6+
7+
`create_function` now accepts that a function be passed as a signature template. Fixes [#10](https://github.com/smarie/python-makefun/issues/10)
8+
39
### 0.3.0 - Ability to generate functions from `Signature`
410

511
Functions can now be created from a `Signature` object, in addition to string signatures. This unlocks many useful use cases, among easily creating function wrappers. Note: the inner function that provides this feature is `get_signature_from_string`. Fixes [#8](https://github.com/smarie/python-makefun/issues/8)

0 commit comments

Comments
 (0)