mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Update history
This commit is contained in:
@@ -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)
|
||||
....................
|
||||
|
||||
Reference in New Issue
Block a user