mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
de519dfa1e
commit
b4da6585be
|
@ -4,7 +4,8 @@
|
||||||
### Added
|
### Added
|
||||||
* Add `ServiceRequest::parts_mut`. [#2177]
|
* Add `ServiceRequest::parts_mut`. [#2177]
|
||||||
* Add extractors for `Uri` and `Method`. [#2263]
|
* Add extractors for `Uri` and `Method`. [#2263]
|
||||||
* Add extractor for `ConnectionInfo` and `PeerAddr`. [#2263]
|
* Add extractors for `ConnectionInfo` and `PeerAddr`. [#2263]
|
||||||
|
* Add `Route::service` for using hand-written services as handlers. [#2262]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Change compression algorithm features flags. [#2250]
|
* Change compression algorithm features flags. [#2250]
|
||||||
|
@ -13,6 +14,7 @@
|
||||||
[#2177]: https://github.com/actix/actix-web/pull/2177
|
[#2177]: https://github.com/actix/actix-web/pull/2177
|
||||||
[#2250]: https://github.com/actix/actix-web/pull/2250
|
[#2250]: https://github.com/actix/actix-web/pull/2250
|
||||||
[#2271]: https://github.com/actix/actix-web/pull/2271
|
[#2271]: https://github.com/actix/actix-web/pull/2271
|
||||||
|
[#2262]: https://github.com/actix/actix-web/pull/2262
|
||||||
[#2263]: https://github.com/actix/actix-web/pull/2263
|
[#2263]: https://github.com/actix/actix-web/pull/2263
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue