aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorWojciech Wnętrzak <w.wnetrzak@gmail.com>2015-02-18 23:04:16 +0100
committerWojciech Wnętrzak <w.wnetrzak@gmail.com>2015-02-19 14:10:38 +0100
commitfd38838f29ff0f4514b711c65cafe55c6f21ad2a (patch)
treedea03ed3df1c23dcbe0989a86fdcb0021323836a /activemodel/CHANGELOG.md
parent39c936b7605ac90c7e9643792cfe891a2d1afbf3 (diff)
downloadrails-fd38838f29ff0f4514b711c65cafe55c6f21ad2a.tar.gz
rails-fd38838f29ff0f4514b711c65cafe55c6f21ad2a.tar.bz2
rails-fd38838f29ff0f4514b711c65cafe55c6f21ad2a.zip
Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods
without replacement.
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index a3e00e4dc9..c21083698e 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Deprecate `ActiveModel::Errors#add_on_empty` and `ActiveModel::Errors#add_on_blank`
+ with no replacement.
+
+ *Wojciech Wnętrzak*
+
* Deprecate `ActiveModel::Errors#get`, `ActiveModel::Errors#set` and
`ActiveModel::Errors#[]=` methods that have inconsistent behaviour.