mirror of https://github.com/fafhrd91/actix-web
consolidated new additions in changelog
This commit is contained in:
parent
a52d32757a
commit
afe3ae5044
|
@ -1,13 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased - 2022-xx-xx
|
||||
### Added
|
||||
- Add `ErrorHandlers::default_handler` (as well as `default_handler_{server, client}`) to make registering handlers with the `ErrorHandlers` middleware easier. [#2784]
|
||||
|
||||
### Changed
|
||||
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
|
||||
### Added
|
||||
- Add `ServiceRequest::{parts, request}()` getter methods. [#2786]
|
||||
- Add `ErrorHandlers::default_handler()` (as well as `default_handler_{server, client}()`) to make registering handlers with the `ErrorHandlers` middleware easier. [#2784]
|
||||
|
||||
[#2784]: https://github.com/actix/actix-web/pull/2784
|
||||
[#2786]: https://github.com/actix/actix-web/pull/2786
|
||||
|
|
Loading…
Reference in New Issue