Skip to content

Commit 5b7ebae

Browse files
author
Sylvain MARIE
committed
0.10.0 changelog
1 parent e30a0b4 commit 5b7ebae

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/changelog.md

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

3+
### 0.10.0 - Read-only fields + minor improvements
4+
5+
**Read-only fields**
6+
7+
- Read-only fields are now supported through `field(read_only=True)`. Fixes [#33](https://github.com/smarie/python-pyfields/issues/33).
8+
9+
**Misc**
10+
11+
- All core exceptions now derive from a common `FieldError`, for easier exception handling.
12+
- Now raising an explicit `ValueError` when a descriptor field is used with an old-style class in python 2. Fixes [#34](https://github.com/smarie/python-pyfields/issues/34)
13+
314
### 0.9.1 - Minor improvements
415

516
- Minor performance improvement: `Converter.create_from_fun()` does not generate a new `type` everytime a converter needs to be created from a callable - now a single class `ConverterWithFuncs` is used. Fixed [#32](https://github.com/smarie/python-pyfields/issues/32).

0 commit comments

Comments
 (0)