diff options
author | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2019-03-29 22:22:56 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 22:22:56 +0530 |
commit | 7e45911a34f96864267d686c393315279af2c985 (patch) | |
tree | b89f8da30ce91ff0899edcf573f4cd7f0e297123 | |
parent | 839b8d42cae1c900aa5029ddd0399415cf1b32da (diff) | |
download | rails-7e45911a34f96864267d686c393315279af2c985.tar.gz rails-7e45911a34f96864267d686c393315279af2c985.tar.bz2 rails-7e45911a34f96864267d686c393315279af2c985.zip |
Add Active Model release notes for Rails 6 [ci skip] (#35790)
-rw-r--r-- | guides/source/6_0_release_notes.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md index 04a02259e9..6c3091153f 100644 --- a/guides/source/6_0_release_notes.md +++ b/guides/source/6_0_release_notes.md @@ -237,6 +237,18 @@ Please refer to the [Changelog][active-model] for detailed changes. ### Notable changes +* Add a configuration option to customize format of the `ActiveModel::Errors#full_message`. + ([Pull Request](https://github.com/rails/rails/pull/32956)) + +* Add support for configuring attribute name for `has_secure_password`. + ([Pull Request](https://github.com/rails/rails/pull/26764)) + +* Add `#slice!` method to `ActiveModel::Errors`. + ([Pull Request](https://github.com/rails/rails/pull/34489)) + +* Add `ActiveModel::Errors#of_kind?` to check presence of a specific error. + ([Pull Request](https://github.com/rails/rails/pull/34866)) + Active Support -------------- |