aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index e51b5b44cc..f78b68a4f3 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Revert the behaviour of AR::Relation#join changed through 4.0 => 4.1 to 4.0
+
+ In 4.1.0 Relation#join is delegated to Arel#SelectManager.
+ In 4.0 series it is delegated to Array#join
+
+ *Bogdan Gusiev*
+
* Log nil binary column values correctly.
When an object with a binary column is updated with a nil value