From 3cfd06ad86ca8febf339037e37c6765572c89f42 Mon Sep 17 00:00:00 2001 From: Harry Vangberg Date: Thu, 4 Feb 2010 13:42:49 +0100 Subject: [PATCH] add :methodoverride => :method_override to CHANGES Signed-off-by: Simon Rozet --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index bbccd545..ef479a4a 100644 --- a/CHANGES +++ b/CHANGES @@ -120,6 +120,9 @@ the 1.0 release: within a request are now treated as internal server errors and result in a 500 response status. + * The `:methodoverride' option to enable/disable the POST _method hack is + obsolete; use `:method_override` instead. + = 0.9.2 / 2009-05-18 * This version is compatible with Rack 1.0. [Rein Henrichs]