Skip to content

Commit cfa4219

Browse files
author
Sylvain MARIE
committed
0.12.0 changelog
1 parent f7f98f0 commit cfa4219

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/changelog.md

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

3+
### 0.12.0 - Minor improvements
4+
5+
- Now all type validation errors are `FieldTypeError`. Fixed [#40](https://github.com/smarie/python-pyfields/issues/40).
6+
- Fixed bug with python < 3.6 where fields were not automatically attached to their class when used from within a subclass first. Fixed [#41](https://github.com/smarie/python-pyfields/issues/41)
7+
38
### 0.11.0 - Better initialization orders in generated `__init__`
49

510
Fixed fields initialization order in generated constructor methods:

0 commit comments

Comments
 (0)