From f009e553ce3770a7af80508893534879b0bc4e99 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Tue, 12 Jun 2018 01:21:15 +0300 Subject: Add changelog for #32956 [ci skip] Add mention about default value of `config.active_model.i18n_full_message`. --- activemodel/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activemodel/CHANGELOG.md') diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 6b557a7cb1..dcf94a5e21 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,3 +1,9 @@ +* Add `config.active_model.i18n_full_message` in order to control whether + the `full_message` error format can be overridden at the attribute or model + level in the locale files. This is `false` by default. + + *Martin Larochelle* + * Rails 6 requires Ruby 2.4.1 or newer. *Jeremy Daer* -- cgit v1.2.3