We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345ffb1 commit dfd41e8Copy full SHA for dfd41e8
CHANGELOG.rst
@@ -1,3 +1,18 @@
1
+v4.12.1
2
+=======
3
+
4
+* Fix some stray comments in the README.
5
6
+v4.12.0
7
8
9
+* Warn at runtime when subclassing validator classes. Doing so was not
10
+ intended to be public API, though it seems some downstream libraries
11
+ do so. A future version will make this an error, as it is brittle and
12
+ better served by composing validator objects instead. Feel free to reach
13
+ out if there are any cases where changing existing code seems difficult
14
+ and I can try to provide guidance.
15
16
v4.11.0
17
=======
18
0 commit comments