udpate changelog

This commit is contained in:
Rob Ede 2021-01-15 03:24:07 +00:00
parent c85d43092d
commit de6a09158f
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
`mime` types. [#1894]
* Renamed `IntoHeaderValue::{try_into => try_into_value}` to avoid ambiguity with std
`TryInto` trait. [#1894]
* `Extensions::insert` returns Option of replaced item. [#1904]
### Removed
* `ResponseBuilder::set`; use `ResponseBuilder::insert_header`. [#1869]
@ -22,6 +23,7 @@
[#1869]: https://github.com/actix/actix-web/pull/1869
[#1894]: https://github.com/actix/actix-web/pull/1894
[#1904]: https://github.com/actix/actix-web/pull/1904
## 3.0.0-beta.1 - 2021-01-07