aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-03-02 14:04:41 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-03-02 14:05:06 -0800
commitb247c8d71a54d684a1c307986a03d1759bbc20e0 (patch)
tree33ea16105c99d47ebd2db1b7176be5671f88c0d9 /activesupport/CHANGELOG
parentb7cf1f4ccfaac3b50c09df484062fdc92b340876 (diff)
downloadrails-b247c8d71a54d684a1c307986a03d1759bbc20e0.tar.gz
rails-b247c8d71a54d684a1c307986a03d1759bbc20e0.tar.bz2
rails-b247c8d71a54d684a1c307986a03d1759bbc20e0.zip
* LocalCache strategy is now a real middleware class, not an anonymous class
posing for pictures.
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 99cea2586b..373236ce9a 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,8 @@
*Rails 3.1.0 (unreleased)*
+* LocalCache strategy is now a real middleware class, not an anonymous class
+posing for pictures.
+
* ActiveSupport::Dependencies::ClassCache class has been introduced for
holding references to reloadable classes.