Update CHANGES.md

This commit is contained in:
Rob Ede 2020-10-29 14:48:02 +00:00 committed by GitHub
parent 61d7742918
commit d25e5db185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
## Unreleased - 2020-xx-xx
* Upgrade `base64` to `0.13`.
* Upgrade `pin-project` to `1.0`.
* Deprecate `ResponseBuilder::{if_some, if_true}`.
* Deprecate `ResponseBuilder::{if_some, if_true}`. [#1760]
[#1760]: https://github.com/actix/actix-web/pull/1760
## 2.0.0 - 2020-09-11
* No significant changes from `2.0.0-beta.4`.