aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 23:37:28 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 23:37:28 +0000
commit86543a70fb93069d2522dad00edf06c1ef2570de (patch)
treef5e5805b5fb35ea5dbe2f074ee704623a11653b1 /actionpack/CHANGELOG
parent19e8b42a56536e0621097c337546557565579c57 (diff)
downloadrails-86543a70fb93069d2522dad00edf06c1ef2570de.tar.gz
rails-86543a70fb93069d2522dad00edf06c1ef2570de.tar.bz2
rails-86543a70fb93069d2522dad00edf06c1ef2570de.zip
Fixed issues with caching root pages #734 [Nicholas Seckar]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@867 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 7bd651cd48..ec3db05485 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed issues with caching root pages #734 [Nicholas Seckar]
+
* Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved troublesome in persisting circular dependencies. Updating existing applications MUST clear their existing session table from data to start using this updated store #739 [Jamis Buck]
* Added shortcut :id assignment to render_component and friends (before you had to go through :params) #784 [Lucas Carlson]