Add Active Model release notes for Rails 6 [ci skip] (#35790)

This commit is contained in:
प्रथमेश Sonpatki 2019-03-29 22:22:56 +05:30 committed by GitHub
parent 839b8d42ca
commit 7e45911a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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
--------------