aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-07-22 02:31:21 +0000
committerRick Olson <technoweenie@gmail.com>2006-07-22 02:31:21 +0000
commit04d9e94e88be0ba076b0fef980e8bde8e25061d9 (patch)
tree490b3d5aa23518fd8e0da335ce9390387b85a565 /actionpack/CHANGELOG
parent3a0159dd1e66a53d2ee39b3a3625998706cd8ae6 (diff)
downloadrails-04d9e94e88be0ba076b0fef980e8bde8e25061d9.tar.gz
rails-04d9e94e88be0ba076b0fef980e8bde8e25061d9.tar.bz2
rails-04d9e94e88be0ba076b0fef980e8bde8e25061d9.zip
Fixed that you can still access the flash after the flash has been reset in reset_session. Closes #5584 [lmarlow@yahoo.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4617 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 ac729a512b..56b59862a4 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that you can still access the flash after the flash has been reset in reset_session. Closes #5584 [lmarlow@yahoo.com]
+
* Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemper, Matt Lyon]
<% form_for 'post[]', @post do |f| -%>