Skip to content

Commit 103a9fa

Browse files
author
Sylvain MARIE
committed
5.1.0 changelog
1 parent b808edf commit 103a9fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### 5.1.0 - PEP561 compliance
4+
5+
- Package was made PEP561 compatible. Fixed [#55](https://github.com/smarie/python-valid8/issues/55)
6+
7+
- 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)
8+
9+
- 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)
10+
311
### 5.0.6 - Minor improvements
412

513
Improved `getfullargspec` so as to cover more builtins in python 3.

0 commit comments

Comments
 (0)