You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
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
+
3
11
### 5.0.6 - Minor improvements
4
12
5
13
Improved `getfullargspec` so as to cover more builtins in python 3.
0 commit comments