Skip to content

Commit

Permalink
1.9.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Dec 2, 2020
1 parent 4bfd5fd commit 5d7cc5a
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.9.5 - Bugfix with `partial` when f has no args

- `partial` can now be used to create a copy of a function with no args. Fixed `ValueError: Cannot preset 0 positional args, function case_second has only 0 args.`. Fixed [#59](https://github.com/smarie/python-makefun/issues/59)

### 1.9.4 - removed six dependency

- Removed unused `six` dependency. Note: this version will ship in conda forge.
Expand Down

0 comments on commit 5d7cc5a

Please sign in to comment.