aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-12 18:45:57 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-12 18:45:57 -0300
commitb1fb8efd9b541117af327b9c06f79f088442ba18 (patch)
treed01137134765f035e41a78f8fe1c8c7d7208e04c /activerecord
parent442b7c8ccfe107e05b309e1ef72b760716fa4cba (diff)
downloadrails-b1fb8efd9b541117af327b9c06f79f088442ba18.tar.gz
rails-b1fb8efd9b541117af327b9c06f79f088442ba18.tar.bz2
rails-b1fb8efd9b541117af327b9c06f79f088442ba18.zip
Improve CHANGELOG entries
[ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index e74ed62888..e679d4f781 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,7 +1,13 @@
## unreleased ##
-* Require ActiveRecord::Base in railtie hooks for rake_tasks, console and runner to
- avoid circular constant loading issues. [Backport #7695] [Fixes #7683 and #882] *Ben Holley*
+* Require `ActiveRecord::Base` in railtie hooks for rake_tasks, console and runner to
+ avoid circular constant loading issues.
+
+ Backport #7695.
+
+ Fixes #7683 and #882
+
+ *Ben Holley*
* Maintain context for joins within ActiveRecord::Relation merges.
Backport #10164.