Skip to content

Commit 957d474

Browse files
author
Sylvain MARIE
committed
1.1.1 changelog
1 parent 8acb267 commit 957d474

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

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

3+
### 1.1.1 - PEP561 compatibility
4+
5+
- **Misc**: Package is now PEP561 compatible. Fixed [#61](https://github.com/smarie/python-pyfields/issues/61)
6+
37
### 1.1.0 - @autofields and default values improvements
48

59
- **New `@autofields` decorator**. This decorator can be used to drastically reduce boilerplate code, similar to `pydantic` and `attrs`. This is compliant with python 2.7 and 3.5+ but is more useful when the type hints can be provided in class member annotations, so from 3.6+. Fixed [#55](https://github.com/smarie/python-pyfields/issues/55)

0 commit comments

Comments
 (0)