Skip to content

Commit

Permalink
1.11.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Mar 17, 2021
1 parent 95c63d0 commit c537e12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.11.2 - bugfix with chained `@wraps`

- Fixed issue where `@wraps` does not remove the `__wrapped__` attribute when it wraps an already-wrapped function, and modifies its signature. Fixes [#66](https://github.com/smarie/python-makefun/issues/66)

### 1.11.1 - bugfix

- Fixed a bug happening when trying to generate a function where `float('inf')` is used as a default value. Fixes [#63](https://github.com/smarie/python-makefun/issues/63).
Expand Down

0 comments on commit c537e12

Please sign in to comment.