From 1d5f27332f599540e61f0247e52e97154be813b9 Mon Sep 17 00:00:00 2001 From: Sylvain MARIE Date: Tue, 5 Mar 2019 13:05:51 +0100 Subject: [PATCH] 1.1.2 changelog --- docs/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9b95d18..e1c05d2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +### 1.1.2 - Fixes + +Fixed `isgeneratorfunction` for old python versions, see [decorator#63](https://github.com/micheles/decorator/pull/63). + +Python<3.3-specific function body is now not loaded at all if not needed. + ### 1.1.1 - `@with_signature` fix `inject_as_first_arg` was missing from `@with_signature`, added it. Fixed [#18](https://github.com/smarie/python-makefun/issues/18).