aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index a35e20579d..d221eff1e7 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -123,11 +123,13 @@
*Wojciech Wnętrzak*
-* Change validates_acceptance_of to accept true by default.
+* Change `validates_acceptance_of` to accept `true` by default besides `'1'`.
- The default for validates_acceptance_of is now "1" and true.
- In the past, only "1" was the default and you were required to add
- accept: true.
+ The default for `validates_acceptance_of` is now `'1'` and `true`.
+ In the past, only `"1"` was the default and you were required to pass
+ `accept: true` separately.
+
+ *mokhan*
* Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and
`ActiveModel::Dirty#reset_changes`.