From 1fe352c476792424baa7d941b5057e8bdab92bc0 Mon Sep 17 00:00:00 2001 From: Sylvain MARIE Date: Tue, 5 Feb 2019 22:20:42 +0100 Subject: [PATCH] 0.5.0 changelog --- docs/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 1a49a58..f5e5867 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +### 0.5.0 - New helper function, and bugfix + +New helper function `remove_signature_parameters`. + +Fixed issue with `@with_signature` when argument is a `Signature`. Fixes [#11](https://github.com/smarie/python-makefun/issues/11) + ### 0.4.0 - New `@with_signature` decorator, and `create_function` accepts functions New decorator `@with_signature` to change the signature of a callable. Fixes [#3](https://github.com/smarie/python-makefun/issues/3)