diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-17 17:31:15 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-17 17:31:15 +0000 |
commit | ecfe77f38d21779af96bc9b8f876c15620151d6a (patch) | |
tree | 0810a9cf97b0c999a24348fc009ada68611d1d8d | |
parent | 4ec7a4b5b740aaeb81d2724918abda0b4b46c0f2 (diff) | |
download | rails-ecfe77f38d21779af96bc9b8f876c15620151d6a.tar.gz rails-ecfe77f38d21779af96bc9b8f876c15620151d6a.tar.bz2 rails-ecfe77f38d21779af96bc9b8f876c15620151d6a.zip |
CHANGELOGs..
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@448 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | actionpack/CHANGELOG | 5 | ||||
-rw-r--r-- | railties/CHANGELOG | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index afb4a8d110..30a1eb224a 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Fixed bug in page caching that prevented it from working at all + + *1.3.0* (January 17th, 2005) * Added an extensive caching module that offers three levels of granularity (page, action, fragment) and a variety of stores. diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 6ece5cece4..490eb004db 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Fixed binding of caller #496 [Alexey] + + *0.9.4* (January 17th, 2005) * Added that ApplicationController will catch a ControllerNotFound exception if someone attempts to access a url pointing to an unexisting controller [Tobias Luetke] |