1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Move CHANGELOG entry to top

[ci skip]
This commit is contained in:
Rafael Mendonça França 2013-04-22 01:42:30 -03:00
parent dab58bee2a
commit 07acf7b13d

View file

@ -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.