From 613260606b006427e9ca8871ef0f2e294940c03d Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 30 May 2005 07:24:46 +0000 Subject: verify with :redirect_to won't redirect if a redirect or render has already been performed #1350 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1367 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 712f4b4589..63bfaef4d3 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* verify with :redirect_to won't redirect if a redirect or render has already been performed #1350 + * render(:partial => true) is identical to the behavior of the deprecated render_partial() * Fixed render(:partial => "...") to use an empty Hash for the local assigns #1365 -- cgit v1.2.3