From e03f13c5538e38b501014fd5702309bcd7e16cbb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 30 Nov 2007 21:04:57 +0000 Subject: Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8245 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 0155731943..04e212f7dc 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH] + + *2.0.0 [RC2]* (November 28th, 2007) * Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [tarmo] -- cgit v1.2.3