aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-29 20:11:25 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-29 20:11:25 -0300
commit77d9a8e3da27e61cb648837fb870863a391f0d31 (patch)
tree27f1969f7cabfd36cc6ab18fbb03f8c37913d8ed /activemodel/CHANGELOG.md
parent01421d5b6259fae07c799d90b58b2258eaa243c9 (diff)
parent1c341eb7cbaeb52435f14c2595e391bfb2e5e38b (diff)
downloadrails-77d9a8e3da27e61cb648837fb870863a391f0d31.tar.gz
rails-77d9a8e3da27e61cb648837fb870863a391f0d31.tar.bz2
rails-77d9a8e3da27e61cb648837fb870863a391f0d31.zip
Merge pull request #19585 from sgrif/sg-deprecate-tokenizer
Deprecate the `:tokenizer` option to `validates_length_of`
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 80b42859e2..ae0016d3d5 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Deprecate the `:tokenizer` option for `validates_length_of`, in favor of
+ plain Ruby.
+
+ *Sean Griffin*
+
* Deprecate `ActiveModel::Errors#add_on_empty` and `ActiveModel::Errors#add_on_blank`
with no replacement.