diff options
author | Marcel Molina <marcel@vernix.org> | 2007-05-06 04:17:01 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2007-05-06 04:17:01 +0000 |
commit | dac6aae7f87313e20e8a50b8b405c3799c4e8ffe (patch) | |
tree | 68fec7367829a06c1dc380dae821d5c2f159a932 /actionpack/CHANGELOG | |
parent | 67ca9224d709e28bfd5802b1f44969d621b0ea8f (diff) | |
download | rails-dac6aae7f87313e20e8a50b8b405c3799c4e8ffe.tar.gz rails-dac6aae7f87313e20e8a50b8b405c3799c4e8ffe.tar.bz2 rails-dac6aae7f87313e20e8a50b8b405c3799c4e8ffe.zip |
Sweep flash when filter chain is halted. Closes #6175. [Caio Chassot <lists@v2studio.com>]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6670 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 2c1085738c..2d939a5e09 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Sweep flash when filter chain is halted. [Caio Chassot <lists@v2studio.com>] + * Fixed that content_tag with a block will just return the result instead of concate it if not used in a ERb view #7857, #7432 [michael.niessner] * Replace the current block/continuation filter chain handling by an implementation based on a simple loop. #8226 [Stefan Kaes] |