Skip to content

Commit 52508bb

Browse files
author
Sylvain MARIE
committed
4.2.1 changelog
1 parent b562814 commit 52508bb

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.2.1 - Minor error message fix
4+
5+
Error messages improvements: removed the brackets in `Wrong value: [...]` for the `Failure` details. Fixed [#32](https://github.com/smarie/python-valid8/issues/32).
6+
37
### 4.2.0 - validation lib improvements
48

59
* Removed the useless 'strict' length validators: removed `min_len_strict` and `max_len_strict` in `validate` entry point, and removed `strict` argument in `validation_lib`'s `minlen` and `maxlen`. Indeed length is an integer by python framework definition, so it is always more compact to do +1 or -1 to the number. Fixes [#29](https://github.com/smarie/python-valid8/issues/29).

0 commit comments

Comments
 (0)