From edaf6baea72c48dc90af3cb6b0a1078228f85f89 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 2 May 2007 22:30:41 +0000 Subject: 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] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6652 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 631e328b03..2c1085738c 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* 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] * Update UrlWriter to accept :anchor parameter. Closes #6771. [octopod] -- cgit v1.2.3