Create CHANGES.md

This commit is contained in:
Rob Ede 2022-09-20 23:46:37 +01:00 committed by GitHub
parent 06dc6162ea
commit a6917f6719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -5,12 +5,9 @@
- Add `ContentDisposition::attachment` constructor. [#2867] - Add `ContentDisposition::attachment` constructor. [#2867]
- Add `ErrorHandlers::default_handler()` (as well as `default_handler_{server, client}()`) to make registering handlers for groups of response statuses easier. [#2784] - Add `ErrorHandlers::default_handler()` (as well as `default_handler_{server, client}()`) to make registering handlers for groups of response statuses easier. [#2784]
### Fixed
- Removed unnecessary clones on extractor config. [#2884]
[#2784]: https://github.com/actix/actix-web/pull/2784 [#2784]: https://github.com/actix/actix-web/pull/2784
[#2867]: https://github.com/actix/actix-web/pull/2867 [#2867]: https://github.com/actix/actix-web/pull/2867
[#2884]: https://github.com/actix/actix-web/pull/2884
## 4.2.1 - 2022-09-12 ## 4.2.1 - 2022-09-12
### Fixed ### Fixed