Skip to content

Commit 4fe1d4c

Browse files
author
Sylvain MARIE
committed
1.6.0 changelog
1 parent 4250119 commit 4fe1d4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

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

3+
### 1.6.0 - added `with_partial` and `partial`
4+
5+
New method `partial` that behaves like `functools.partial`, and equivalent decorator `@with_partial`. Fixes [#30](https://github.com/smarie/python-makefun/issues/30).
6+
37
### 1.5.1 - bug fix
48

59
`add_signature_parameters` now correctly inserts parameters in the right order when they are prepended (using `first=`). Fixed [#29](https://github.com/smarie/python-makefun/issues/29).

0 commit comments

Comments
 (0)