Skip to content

Commit

Permalink
4.2.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Sep 9, 2019
1 parent b562814 commit 52508bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 4.2.1 - Minor error message fix

Error messages improvements: removed the brackets in `Wrong value: [...]` for the `Failure` details. Fixed [#32](https://github.com/smarie/python-valid8/issues/32).

### 4.2.0 - validation lib improvements

* 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).
Expand Down

0 comments on commit 52508bb

Please sign in to comment.