From bafd698acb160fd241efe6f027b83676b9e80d1f Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 9 Dec 2007 22:11:37 +0000 Subject: render :xml and :json preserve custom content types. Closes #10388. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8342 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 e0b667969c..fd15879424 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* render :xml and :json preserve custom content types. #10388 [jmettraux, Chu Yeow] + * Refactor Action View template handlers. #10437 [Josh Peek] * Fix DoubleRenderError message and leave out mention of returning false from filters. Closes #10380 [fcheung] -- cgit v1.2.3