aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-10-21 18:58:17 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-10-21 18:58:17 +0000
commitf777ff72f931983946cbccbf2c64270922e93d84 (patch)
tree8f68287ad1788989553d337c82e73449d25c1ec8 /actionpack/CHANGELOG
parent7042163d7633c1d453bcbed127d42ea27da6b939 (diff)
downloadrails-f777ff72f931983946cbccbf2c64270922e93d84.tar.gz
rails-f777ff72f931983946cbccbf2c64270922e93d84.tar.bz2
rails-f777ff72f931983946cbccbf2c64270922e93d84.zip
Changed before_filter halting to happen automatically on render or redirect but no longer on simply returning false [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7984 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 98e4f76289..d08fe12d1f 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Changed before_filter halting to happen automatically on render or redirect but no longer on simply returning false [DHH]
+
* Ensure that cookies handle array values correctly. Closes #9937 [queso]
* Make sure resource routes don't clash with internal helpers like javascript_path, image_path etc. #9928 [gbuesing]