aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-04-05 04:39:59 +0000
committerMarcel Molina <marcel@vernix.org>2006-04-05 04:39:59 +0000
commit4859b6c09e188462b4d29328c0bb891cd98d8f31 (patch)
tree80a0e32fc76914ddd127ee1ef9df7a320c655600 /actionpack/CHANGELOG
parent3d99d33a6456fd6da234635ba55b5bf1ce726c26 (diff)
downloadrails-4859b6c09e188462b4d29328c0bb891cd98d8f31.tar.gz
rails-4859b6c09e188462b4d29328c0bb891cd98d8f31.tar.bz2
rails-4859b6c09e188462b4d29328c0bb891cd98d8f31.zip
Honor skipping filters conditionally for only certain actions even when the parent class sets that filter to conditionally be executed only for the same actions. Closes #4522.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4167 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 da981e6669..0dd7f3c9e0 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Honor skipping filters conditionally for only certain actions even when the parent class sets that filter to conditionally be executed only for the same actions. #4522 [Marcel Molina Jr.]
+
* Delegate xml_http_request in integration tests to the session instance. [Jamis Buck]
* Update the diagnostics template skip the useless '<controller not set>' text. [Nicholas Seckar]