From 58b996f9b03668573fef2696d583ff04191a5fa7 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Tue, 1 Aug 2006 03:02:31 +0000 Subject: Restrict Request Method hacking with ?_method to POST requests. [Rick Olson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4644 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 c93ff29d7a..c5578ee056 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Restrict Request Method hacking with ?_method to POST requests. [Rick Olson] + * Fix bug when passing multiple options to SimplyRestful, like :new => { :preview => :get, :draft => :get }. [Rick Olson, Josh Susser, Lars Pind] * Dup the options passed to map.resources so that multiple resources get the same options. [Rick Olson] -- cgit v1.2.3