From f1b04199e57b0ad986d53e2ff9be4a4d68c97eb5 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 21 Sep 2020 11:28:08 +0200 Subject: Update changelog for 0.12.0 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77aeea9..30b5f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,21 @@ # Changelog +## [0.12.0] + +**Changes**: +- n/a + +**New**: +- [#368](https://github.com/alecthomas/voluptuous/pull/368): Allow a discriminant field in validators + +**Fixes**: +- [#420](https://github.com/alecthomas/voluptuous/pull/420): Fixed issue with 'required' not being set properly and added test +- [#414](https://github.com/alecthomas/voluptuous/pull/414): Handle incomparable values in Range +- [#427](https://github.com/alecthomas/voluptuous/pull/427): Added additional tests for Range, Clamp and Length + catch TypeError exceptions + ## [0.11.7] -**Changes** +**Changes**: - [#378](https://github.com/alecthomas/voluptuous/pull/378): Allow `extend()` of a `Schema` to return a subclass of a `Schema` as well. -- cgit v1.2.1