summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Allgaier <philip.allgaier@gmx.de>2020-09-21 11:28:08 +0200
committerAlec Thomas <alec@swapoff.org>2020-09-21 14:59:17 -0700
commitf1b04199e57b0ad986d53e2ff9be4a4d68c97eb5 (patch)
tree6774e3732a3183dd6ab0bb6411a781fc34ad80cc
parentda9687dfed27f5f8bfb8c2a76b737c3cc319fd85 (diff)
downloadvoluptuous-f1b04199e57b0ad986d53e2ff9be4a4d68c97eb5.tar.gz
Update changelog for 0.12.0
-rw-r--r--CHANGELOG.md15
1 files changed, 14 insertions, 1 deletions
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.