consolidated new additions in changelog

This commit is contained in:
erhodes 2022-06-23 09:41:01 -06:00
parent a52d32757a
commit afe3ae5044
1 changed files with 1 additions and 3 deletions

View File

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