aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-09-30 09:44:03 -0700
committerXavier Noria <fxn@hashref.com>2012-09-30 09:44:03 -0700
commit3b97f6d4850b79a22d0e573cedfc1abc42724659 (patch)
tree98277980150b888848b4f3cc2fed4ea79fe713b6 /activesupport/CHANGELOG.md
parentda27fa18cd3797e13aa550b2e367e6d05b7aa27d (diff)
parente3a746b6fc4a67986c0510dfe50ca064d90d5f37 (diff)
downloadrails-3b97f6d4850b79a22d0e573cedfc1abc42724659.tar.gz
rails-3b97f6d4850b79a22d0e573cedfc1abc42724659.tar.bz2
rails-3b97f6d4850b79a22d0e573cedfc1abc42724659.zip
Merge pull request #7800 from bdurand/optimize_cache_entry_take_2
Optimize ActiveSupport::Cache::Entry to reduce overhead
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 2df3d1f69b..70d9ec5613 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -237,4 +237,6 @@
* 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.