aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2015-01-23 12:04:13 -0700
committerSean Griffin <sean@thoughtbot.com>2015-01-23 12:05:14 -0700
commitb9d668f8cb466ab70e107e8ed6e1df2d28c25f31 (patch)
treec1213b08840355cd4c1390c50e81547018e6746b /activerecord/CHANGELOG.md
parent2698e187578d29292eef3e1cb54338a3afd45a1f (diff)
downloadrails-b9d668f8cb466ab70e107e8ed6e1df2d28c25f31.tar.gz
rails-b9d668f8cb466ab70e107e8ed6e1df2d28c25f31.tar.bz2
rails-b9d668f8cb466ab70e107e8ed6e1df2d28c25f31.zip
Don't remove join dependencies in `Relation#exists?`
Fixes #18632
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 cb3e27838b..63cd715920 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Don't remove join dependencies in `Relation#exists?`
+
+ Fixes #18632
+
+ *Sean Griffin*
+
* Invalid values assigned to a JSON column are assumed to be `nil`.
Fixes #18629.