Skip to content

Commit 9842370

Browse files
author
Sylvain MARIE
committed
1.14.0 changelog
1 parent 5b1d618 commit 9842370

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.14.0 - Support for lambda functions
4+
5+
- `create_wrapper`, `create_function`, `wraps` and `with_signature` now support lambda functions. They also accept a new parameter `co_name` to define the name to be used in the compiled code. PR [#80](https://github.com/smarie/python-makefun/pull/80) by [andrewcleveland](https://github.com/andrewcleveland).
6+
37
### 1.13.1 - Fixed regression with generators in python 3.5
48

59
- Fixed an issue where using `partial` on a generator function in python 3.5 was raising a `SyntaxError`. Fixed [#79](https://github.com/smarie/python-makefun/issues/79)

0 commit comments

Comments
 (0)