Skip to content

Commit

Permalink
1.1.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Mar 5, 2019
1 parent 82a5260 commit 1d5f273
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 1d5f273

Please sign in to comment.