Skip to content

Commit 5e15d1d

Browse files
author
Sylvain MARIE
committed
4.1.0 changelog
1 parent 633d86d commit 5e15d1d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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+
### 4.1.0 - `validate` instance/subclass fix
4+
5+
* `assert_instance_of` and `assert_subclass_of` (used in the `validate` inline entry point) fixed so as to support `Enum` types. Fixed [#28](https://github.com/smarie/python-valid8/issues/28). **Important**: only `tuple` are now supported when several types are provided in `validate`'s `instance_of` and `subclass_of` arguments. This is to has a closer behaviour to the python stdlib.
6+
37
### 4.0.1 - better mini-lambda compliance
48

59
* Adapted code to leverage latest `mini_lambda`. Fixes [#27](https://github.com/smarie/python-valid8/issues/27).

0 commit comments

Comments
 (0)