Skip to content

Commit

Permalink
5.1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Jan 22, 2020
1 parent b808edf commit 103a9fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 103a9fa

Please sign in to comment.