From fd7ec970be1312ccf6198f52892e669bc2f1a7c6 Mon Sep 17 00:00:00 2001 From: David Montague Date: Fri, 19 Jul 2019 00:42:08 -0700 Subject: [PATCH] Update history --- HISTORY.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 86c7200..9148a8c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +v0.32 (unreleased) +.................. +* add model name to ``ValidationError`` error message, #676 by @dmontagu + v0.31 (2019-07-24) .................. * better support for floating point `multiple_of` values, #652 by @justindujardin @@ -15,6 +19,7 @@ v0.31 (2019-07-24) * add ``Config.keep_untouched`` for custom descriptors support, #679 by @MrMrRobat * use ``inspect.cleandoc`` internally to get model description, #657 by @tiangolo * add ``Color`` to schema generation, by @euri10 +* add documentation for Literal type, #651 by @dmontagu v0.30.1 (2019-07-15) ....................