Skip to content

Commit 7e44bca

Browse files
committed
uprev
1 parent f0f9de5 commit 7e44bca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

HISTORY.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
History
44
-------
55

6-
v0.10.0 (2018-XX-XX)
6+
v0.10.0 (2018-06-11)
77
....................
88
* add ``Config.allow_population_by_alias`` #160, thanks @bendemaree
9-
* **breaking change**: new errors format #179
10-
* **breaking change**: removed ``Config.min_number_size`` and ``Config.max_number_size`` #183
9+
* **breaking change**: new errors format #179, thanks @Gr1N
10+
* **breaking change**: removed ``Config.min_number_size`` and ``Config.max_number_size`` #183, thanks @Gr1N
1111
* **breaking change**: correct behaviour of ``lt`` and ``gt`` arguments to ``conint`` etc. #188
12-
for the old behaviour use ``le`` and ``ge`` # 194
13-
* added error context and ability to redefine error message templates using ``Config.error_msg_templates`` #183
12+
for the old behaviour use ``le`` and ``ge`` #194, thanks @jaheba
13+
* added error context and ability to redefine error message templates using ``Config.error_msg_templates`` #183,
14+
thanks @Gr1N
1415
* fix typo in validator exception #150
1516
* copy defaults to model values, so different models don't share objects #154
1617

0 commit comments

Comments
 (0)