Skip to content

Commit 1aa7ea5

Browse files
author
Sylvain MARIE
committed
1.13.1 changelog
1 parent 2101bca commit 1aa7ea5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.13.1 - Fixed regression with generators in python 3.5
4+
5+
- 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)
6+
37
### 1.13.0 - Support for async generator functions
48

59
- 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).

0 commit comments

Comments
 (0)