aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-05 09:46:37 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-05 09:46:37 +0000
commite08025db6f3509db2f2f108ab1004c2d972ca623 (patch)
treeb88127fa36db328f08031da36e86308306935242
parent74961dbbe90d60e8c892005fc92e4943abd46272 (diff)
downloadrails-e08025db6f3509db2f2f108ab1004c2d972ca623.tar.gz
rails-e08025db6f3509db2f2f108ab1004c2d972ca623.tar.bz2
rails-e08025db6f3509db2f2f108ab1004c2d972ca623.zip
Backed out of #1694
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1706 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--actionpack/CHANGELOG6
1 files changed, 2 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 7bbc962d91..6a13be1174 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,10 +1,8 @@
*SVN*
-* Cache recognized routes. #1233 [skaes@web.de]
+* Cache several controller variables that are expensive to calculate #1229 [skaes@web.de]
-* Cache several controller variables that are expensive to calculate. #1229 [skaes@web.de]
-
-* The session class backing CGI::Session::ActiveRecordStore may be replaced with any class that duck-types with a subset of Active Record. See docs for details. #1238 [skaes@web.de]
+* The session class backing CGI::Session::ActiveRecordStore may be replaced with any class that duck-types with a subset of Active Record. See docs for details #1238 [skaes@web.de]
* Fixed that hashes was not working properly when passed by GET to lighttpd #849 [Nicholas Seckar]