From 7159402c6d0edab20ff84a686bcd03894b4e9c4c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 21 May 2005 17:50:57 +0000 Subject: Fixed use of an integer as return code for renders, so render_text "hello world", 404 now works #1327 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1345 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 924017f0d0..ec06c28ed1 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed use of an integer as return code for renders, so render_text "hello world", 404 now works #1327 + * Fixed assert_redirect_to to work with redirect_to_path #869 [Nicholas Seckar] * Fixed escaping of :method option in remote_form_tag #1218 [Rick Olson] -- cgit v1.2.3