We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b1090 commit 2232c0eCopy full SHA for 2232c0e
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [0.15.0]
4
+
5
+**Fixes**:
6
7
+* [#512](https://github.com/alecthomas/voluptuous/pull/512): Add Any type to defaults
8
+* [#513](https://github.com/alecthomas/voluptuous/pull/513): Only calculate hash once for Marker objects
9
10
+**Changes**:
11
12
+* [#514](https://github.com/alecthomas/voluptuous/pull/514): Remove python 3.8 support
13
14
## [0.14.2]
15
16
**New**:
voluptuous/__init__.py
@@ -8,5 +8,5 @@
# fmt: on
-__version__ = '0.14.2'
+__version__ = '0.15.0'
__author__ = 'alecthomas'
0 commit comments