Skip to content

Commit 6881a92

Browse files
author
Sylvain MARIE
committed
1.1.0 changelog
1 parent 138895c commit 6881a92

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.1.0 - Support for generators and coroutines
4+
5+
Now `create_function` and `@with_signature` create the same kind of function than the handler. So if it is a generator, a generator-based coroutine, or an async coroutine, the generated function will adapt. Fixes [#6](https://github.com/smarie/python-makefun/issues/6).
6+
37
### 1.0.2 - Fixed `@with_signature`
48

59
Now a string signature can be provided to `@with_signature` without problem. Fixed [#17](https://github.com/smarie/python-makefun/issues/17).

0 commit comments

Comments
 (0)