mirror of https://github.com/fafhrd91/actix-web
Update CHANGES.md
Added head, options, trace, connect and patch codegen changes to CHANGES.md
This commit is contained in:
parent
96cc1fca12
commit
9442c508a8
|
@ -11,6 +11,8 @@
|
||||||
* Add `test::TestRequest::set_json()` convenience method to automatically
|
* Add `test::TestRequest::set_json()` convenience method to automatically
|
||||||
serialize data and set header in test requests.
|
serialize data and set header in test requests.
|
||||||
|
|
||||||
|
* Add codegen now supports head, options, trace, connect and patch http methods
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
* Drop an unnecessary `Option<_>` indirection around `ServerBuilder` from `HttpServer`. #863
|
* Drop an unnecessary `Option<_>` indirection around `ServerBuilder` from `HttpServer`. #863
|
||||||
|
|
Loading…
Reference in New Issue