aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-21 10:47:02 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-21 10:47:02 +0000
commit1eb751a021c9b3d3fd74165583252e4a53322b58 (patch)
tree670af51a03e1c996db592f6e8bc15ac03ac27188 /actionpack/CHANGELOG
parent506fd8ea57103836c73321ba3cbdefd4846581bb (diff)
downloadrails-1eb751a021c9b3d3fd74165583252e4a53322b58.tar.gz
rails-1eb751a021c9b3d3fd74165583252e4a53322b58.tar.bz2
rails-1eb751a021c9b3d3fd74165583252e4a53322b58.zip
Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SESSION_OPTIONS [adam@the-kramers.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@239 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 38010a7434..ae817a45d3 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SESSION_OPTIONS [adam@the-kramers.net]
+
* Fixed error rendering of rxml documents to not just swallow the exception and return 0 (still not guessing the right line, but hey)
* Fixed that textilize and markdown would instantiate their engines even on empty strings. This also fixes #333 [Ulysses]