mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
add :methodoverride => :method_override to CHANGES
Signed-off-by: Simon Rozet <simon@rozet.name>
This commit is contained in:
parent
e153415527
commit
3cfd06ad86
1 changed files with 3 additions and 0 deletions
3
CHANGES
3
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]
|
||||
|
|
Loading…
Reference in a new issue