aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
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)