aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-05 13:23:29 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-05 13:23:29 -0300
commit4efb0f373047c44249bc6542fdf9969e4c63dd88 (patch)
tree4bd8dc19fd627b19affa72202a69ff95103a83e0
parent69a379242e653f1f1e6968c3f0905d841145ae61 (diff)
downloadrails-4efb0f373047c44249bc6542fdf9969e4c63dd88.tar.gz
rails-4efb0f373047c44249bc6542fdf9969e4c63dd88.tar.bz2
rails-4efb0f373047c44249bc6542fdf9969e4c63dd88.zip
Improve CHANGELOG entry [ci skip]
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f78b68a4f3..7ff615f099 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,7 +1,7 @@
-* Revert the behaviour of AR::Relation#join changed through 4.0 => 4.1 to 4.0
+* Revert the behaviour of `ActiveRecord::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
+ In 4.1.0 `Relation#join` is delegated to `Arel#SelectManager`.
+ In 4.0 series it is delegated to `Array#join`.
*Bogdan Gusiev*