aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-03-30 05:07:07 +0900
committerGitHub <noreply@github.com>2019-03-30 05:07:07 +0900
commit406d3a926cfcd3724f8002f70346aad95eed4a8c (patch)
tree904c27fe5180b587847ebbe1832d1e165202ef4f /activemodel/CHANGELOG.md
parent7f11fe4570679375c4a4e3c1d712589928440d10 (diff)
parent2d12f800f1c6b0a2018346e0139301070273e46f (diff)
downloadrails-406d3a926cfcd3724f8002f70346aad95eed4a8c.tar.gz
rails-406d3a926cfcd3724f8002f70346aad95eed4a8c.tar.bz2
rails-406d3a926cfcd3724f8002f70346aad95eed4a8c.zip
Merge pull request #35794 from kamipo/type_cast_symbol_false
Type cast falsy boolean symbols on boolean attribute as false
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 0eba05e7a3..74a0913b6f 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Type cast falsy boolean symbols on boolean attribute as false.
+
+ Fixes #35676.
+
+ *Ryuta Kamizono*
+
* Change how validation error translation strings are fetched: The new behavior
will first try the more specific keys, including doing locale fallback, then try
the less specific ones.