aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 08:27:11 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 08:27:11 +0000
commit93ec99c2462135cfddeed07f7c212787eebd4b15 (patch)
tree4df24ded750751ccab0ff30e71f6daf548ae4edf /actionpack/CHANGELOG
parent72104faa5891a7d2a6b598c5a5db036a2b06b74a (diff)
downloadrails-93ec99c2462135cfddeed07f7c212787eebd4b15.tar.gz
rails-93ec99c2462135cfddeed07f7c212787eebd4b15.tar.bz2
rails-93ec99c2462135cfddeed07f7c212787eebd4b15.zip
Partly tuned docs for release (AP)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1728 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index fbcf57fe0e..1b973abf9d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,4 +1,6 @@
-*SVN*
+*1.9.0* (6 July, 2005)
+
+* Fixed that a SessionRestoreError was thrown if a model object was placed in the session that wasn't available to all controllers
* Added logging of the request URI in the benchmark statement (makes it easy to grep for slow actions)