aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-10-10 21:38:59 -0300
committerGitHub <noreply@github.com>2016-10-10 21:38:59 -0300
commitc2fa53606d3c98ac8dd079a1e5b22da3290a513b (patch)
treef6cb51b750c1ab0e725a4ecf41a5386af2b0bd8c /activemodel/CHANGELOG.md
parent36f6ab2d8e0ef84f520bb6169b61a8d79f222cfc (diff)
parent6a78e0ecd6122a6b1be9a95e6c4e21e10e429513 (diff)
downloadrails-c2fa53606d3c98ac8dd079a1e5b22da3290a513b.tar.gz
rails-c2fa53606d3c98ac8dd079a1e5b22da3290a513b.tar.bz2
rails-c2fa53606d3c98ac8dd079a1e5b22da3290a513b.zip
Merge pull request #26755 from rafaelfranca/deprecations
Remove deprecations in Active Model, Action View and Active Job
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 206699c036..10f1de6706 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,2 +1,12 @@
+* Removed deprecated `:tokenizer` in the length validator.
+
+ *Rafael Mendonça França*
+
+* Removed deprecated methods in `ActiveModel::Errors`.
+
+ `#get`, `#set`, `[]=`, `add_on_empty` and `add_on_blank`.
+
+ *Rafael Mendonça França*
+
Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md) for previous changes.