aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-01 23:17:13 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-01 23:17:13 -0300
commit325748d6b55e9d2f758d3f98da3218d351427643 (patch)
tree9d558007949b0b3558ef3de6bffa14b7a38e480e
parentd0ad97b9f5a0f2e9f77bcf512314873b2c7cfde2 (diff)
downloadrails-325748d6b55e9d2f758d3f98da3218d351427643.tar.gz
rails-325748d6b55e9d2f758d3f98da3218d351427643.tar.bz2
rails-325748d6b55e9d2f758d3f98da3218d351427643.zip
New CHANGELOG entries always in the top
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 70d9ec5613..ce1053393e 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead. *Brian Durand*
+
* Tests tag the Rails log with the current test class and test case:
[SessionsControllerTest] [test_0002_sign in] Processing by SessionsController#create as HTML
@@ -237,6 +239,4 @@
* Remove deprecated ActiveSupport::JSON::Variable. *Erich Menge*
-* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead. *Brian Durand*
-
Please check [3-2-stable](https://github.com/rails/rails/blob/3-2-stable/activesupport/CHANGELOG.md) for previous changes.