From b74e908cec25bf316691602fcf55d370971aee57 Mon Sep 17 00:00:00 2001 From: Sylvain MARIE Date: Tue, 5 Nov 2019 12:06:24 +0100 Subject: [PATCH] 1.7.0 changelog --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 05a90a7..830caad 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +### 1.7.0 - minor goodies update + +`add_signature_parameters` now accepts that one specifies a custom index where to insert the new parameters. + ### 1.6.11 - Added __version__ attribute Added `__version__` attribute to comply with PEP396, following [this guide](https://smarie.github.io/python-getversion/#package-versioning-best-practices). Fixes [#45](https://github.com/smarie/python-makefun/issues/45).