aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_1_release_notes.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-04-23 10:57:51 -0400
committerJon Moss <me@jonathanmoss.me>2017-04-23 10:57:51 -0400
commit87367703b35bddf9b63cc96ced90a75e214e5a77 (patch)
treec6a1c9247c81a944e7c6adf910cdcdff6b1a024b /guides/source/5_1_release_notes.md
parent13eb67309ef31f2b61b74639ae8234adee3b9eac (diff)
downloadrails-87367703b35bddf9b63cc96ced90a75e214e5a77.tar.gz
rails-87367703b35bddf9b63cc96ced90a75e214e5a77.tar.bz2
rails-87367703b35bddf9b63cc96ced90a75e214e5a77.zip
Add Active Model info to 5.1 release notes
[ci skip]
Diffstat (limited to 'guides/source/5_1_release_notes.md')
-rw-r--r--guides/source/5_1_release_notes.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md
index 371ef73c4b..1bfb6491f3 100644
--- a/guides/source/5_1_release_notes.md
+++ b/guides/source/5_1_release_notes.md
@@ -331,10 +331,21 @@ Please refer to the [Changelog][active-model] for detailed changes.
### Removals
-### Deprecations
+* Removed deprecated methods in `ActiveModel::Errors`.
+ ([commit](https://github.com/rails/rails/commit/9de6457ab0767ebab7f2c8bc583420fda072e2bd))
+
+* Removed deprecated `:tokenizer` option in the length validator.
+ ([commit](https://github.com/rails/rails/commit/6a78e0ecd6122a6b1be9a95e6c4e21e10e429513))
+
+* Remove deprecated behavior that halts callbacks when the return value is false.
+ ([commit](https://github.com/rails/rails/commit/3a25cdca3e0d29ee2040931d0cb6c275d612dffe))
### Notable changes
+* The original string assigned to a model attribute is no longer incorrectly
+ frozen.
+ ([Pull Request](https://github.com/rails/rails/pull/28729))
+
Active Job
-----------