aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index b94558b65c..09c96af4c0 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Remove deprecated `Validatior#setup` without replacement.
+
+ See #10716.
+
+ *Kuldeep Aggarwal*
+
* Add plural and singular form for length validator's default messages.
*Abd ar-Rahman Hamid*