You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## [0.14.2]
4
+
5
+
**New**:
6
+
*[#507](https://github.com/alecthomas/voluptuous/pull/507): docs: document description field of Marker
7
+
8
+
**Fixes**:
9
+
*[#506](https://github.com/alecthomas/voluptuous/pull/506): fix: allow unsortable containers in In and NotIn validators (fixes [#451](https://github.com/alecthomas/voluptuous/issues/451)) (bug introduced in 0.12.1)
10
+
*[#488](https://github.com/alecthomas/voluptuous/pull/488): fix(typing): fix type hint for Coerce type param (bug introduced in 0.14.0)
11
+
*[#497](https://github.com/alecthomas/voluptuous/pull/497): fix(typing): allow path to be a list of strings, integers or any other hashables (bug introduced in 0.14.0)
12
+
13
+
**Changes**:
14
+
*[#499](https://github.com/alecthomas/voluptuous/pull/499): support: drop support for python 3.7
15
+
*[#501](https://github.com/alecthomas/voluptuous/pull/501): support: run tests on python 3.11
16
+
*[#502](https://github.com/alecthomas/voluptuous/pull/502): support: run tests on python 3.12
17
+
*[#495](https://github.com/alecthomas/voluptuous/pull/495): refactor: drop duplicated type checks in Schema._compile
18
+
*[#500](https://github.com/alecthomas/voluptuous/pull/500): refactor: fix few tests, use pytest.raises, extend raises helper
0 commit comments