Skip to content

Commit dfd41e8

Browse files
committed
Update the CHANGELOG.
1 parent 345ffb1 commit dfd41e8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
116
v4.11.0
217
=======
318

0 commit comments

Comments
 (0)