aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-02-19 13:41:02 +0900
committerGitHub <noreply@github.com>2019-02-19 13:41:02 +0900
commit84bd9adafde36d0192849649b86ffcd4e59e5e11 (patch)
treed264a76dc0b85041f31f4b4f6b549b431da97715 /activerecord/CHANGELOG.md
parent02e6abd8fd5ad883fd2f29fd5850e650dd121805 (diff)
parentb09d8f6bb3a23cd907d084103fb5b4c02479a39b (diff)
downloadrails-84bd9adafde36d0192849649b86ffcd4e59e5e11.tar.gz
rails-84bd9adafde36d0192849649b86ffcd4e59e5e11.tar.bz2
rails-84bd9adafde36d0192849649b86ffcd4e59e5e11.zip
Merge pull request #35310 from kamipo/dont_allow_invalid_value_matches_to_nil
Don't allow `where` with invalid value matches to nil values
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 8d8aa89368..c1ce01c312 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Don't allow `where` with invalid value matches to nil values.
+
+ Fixes #33624.
+
+ *Ryuta Kamizono*
+
* SQLite3: Implement `add_foreign_key` and `remove_foreign_key`.
*Ryuta Kamizono*