add :methodoverride => :method_override to CHANGES

Signed-off-by: Simon Rozet <simon@rozet.name>
This commit is contained in:
Harry Vangberg 2010-02-04 13:42:49 +01:00 committed by Simon Rozet
parent e153415527
commit 3cfd06ad86
1 changed files with 3 additions and 0 deletions

View File

@ -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]