aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-04-22 01:42:30 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-04-22 01:42:30 -0300
commit07acf7b13d98eb8e3dc6628952ca908a020bbdce (patch)
treebbd9f94a53b1953ab5e384a98566b3f983032e9e /activesupport
parentdab58bee2a0c982f0b09abdf3dd4fa4a53c485a8 (diff)
downloadrails-07acf7b13d98eb8e3dc6628952ca908a020bbdce.tar.gz
rails-07acf7b13d98eb8e3dc6628952ca908a020bbdce.tar.bz2
rails-07acf7b13d98eb8e3dc6628952ca908a020bbdce.zip
Move CHANGELOG entry to top
[ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 20c720c861..21add846a8 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Fix skipping of filters defined by objects in `ActiveSupport::Callbacks::Callback`.
+
+ *Ben McRedmond*
+
* An `ActiveSupport::Subscriber` class has been extracted from
`ActiveSupport::LogSubscriber`, allowing you to use the event attachment
API for other kinds of subscribers.
@@ -28,10 +32,6 @@
*Charles Jones*
-* Fix skipping of filters defined by objects in `ActiveSupport::Callbacks::Callback`.
-
- *Ben McRedmond*
-
## Rails 4.0.0.beta1 (February 25, 2013) ##
* Improve singularizing a singular for multiple cases.