aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-08-20 01:12:43 +0000
committerRick Olson <technoweenie@gmail.com>2007-08-20 01:12:43 +0000
commit1a459e8e7d9f32e6c3a55153e8e1cfabef881839 (patch)
tree40bbe483e56b3e0a5b5a8a60e23e0090ff328481 /actionpack/CHANGELOG
parentbba22cedb4f3fc2554ab54175be3e20a701d53c8 (diff)
downloadrails-1a459e8e7d9f32e6c3a55153e8e1cfabef881839.tar.gz
rails-1a459e8e7d9f32e6c3a55153e8e1cfabef881839.tar.bz2
rails-1a459e8e7d9f32e6c3a55153e8e1cfabef881839.zip
Fix bug where action caching sets the content type to the ActionCachePath object. Closes #9282 [mindforge]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7346 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 56ce3e1095..9eab683587 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix bug where action caching sets the content type to the ActionCachePath object. Closes #9282 [mindforge]
+
* Find layouts even if they're not in the first view_paths directory. Closes #9258 [caio]
* Major improvement to the documentation for the options / select form helpers. Closes #9038 [kampers, jardeon, wesg]