From 103a9fa1d7a248b38034a8799b4704280acc4d8e Mon Sep 17 00:00:00 2001 From: Sylvain MARIE Date: Wed, 22 Jan 2020 11:51:37 +0100 Subject: [PATCH] 5.1.0 changelog --- docs/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index d0219f8..7bccc2a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +### 5.1.0 - PEP561 compliance + + - Package was made PEP561 compatible. Fixed [#55](https://github.com/smarie/python-valid8/issues/55) + + - Improved type hints for decorators so that they do not make the decorated item loose its type hints. Fixed [#56](https://github.com/smarie/python-valid8/issues/56) + + - Removed usage of `@with_signature` in favour of stub file in the `entry_points_annotations.py`. Fixed [#50](https://github.com/smarie/python-valid8/issues/50) + ### 5.0.6 - Minor improvements Improved `getfullargspec` so as to cover more builtins in python 3.