Skip to content

Commit e4f4b5b

Browse files
author
Sylvain MARIE
committed
1.13.0 changelog
1 parent 2969e2c commit e4f4b5b

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.13.0 - Support for async generator functions
4+
5+
- async generator functions are now supported (See [PEP525](https://www.python.org/dev/peps/pep-0525/)). Fixed [#77](https://github.com/smarie/python-makefun/issues/77). [PR#78](https://github.com/smarie/python-makefun/pull/78) by [broglep-work](https://github.com/broglep-work).
6+
37
### 1.12.1 - Bugfix
48

59
- Fixed `TypeError` when a `func` attribute is present on the function provided to `create_function`. Fixed [#76](https://github.com/smarie/python-makefun/issues/76)

0 commit comments

Comments
 (0)