From 7e44bcaf7a029b035fe03ebcb42fa65f975cead9 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 11 Jun 2018 13:11:45 +0100 Subject: [PATCH] uprev --- HISTORY.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 29a7dbd..b8125b0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,14 +3,15 @@ History ------- -v0.10.0 (2018-XX-XX) +v0.10.0 (2018-06-11) .................... * add ``Config.allow_population_by_alias`` #160, thanks @bendemaree -* **breaking change**: new errors format #179 -* **breaking change**: removed ``Config.min_number_size`` and ``Config.max_number_size`` #183 +* **breaking change**: new errors format #179, thanks @Gr1N +* **breaking change**: removed ``Config.min_number_size`` and ``Config.max_number_size`` #183, thanks @Gr1N * **breaking change**: correct behaviour of ``lt`` and ``gt`` arguments to ``conint`` etc. #188 - for the old behaviour use ``le`` and ``ge`` # 194 -* added error context and ability to redefine error message templates using ``Config.error_msg_templates`` #183 + for the old behaviour use ``le`` and ``ge`` #194, thanks @jaheba +* added error context and ability to redefine error message templates using ``Config.error_msg_templates`` #183, + thanks @Gr1N * fix typo in validator exception #150 * copy defaults to model values, so different models don't share objects #154