update changelog

This commit is contained in:
Rob Ede 2021-04-19 02:08:42 +01:00
parent d540e340b7
commit 40d3d96246
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,18 @@
# Changes
## Unreleased - 2021-xx-xx
### Added
* Re-export `http` crate's `Error` type as `error::HttpError`. [#2171]
* Re-export `StatusCode`, `Method`, `Version` and `Uri` at the crate root. [#2171]
### Changed
* `header` mod is now public. [#2171]
* `uri` mod is now public. [#2171]
### Removed
* Stop re-exporting `http` crate's `HeaderMap` types in addition to ours. [#2171]
[#2171]: https://github.com/actix/actix-web/pull/2171
## 3.0.0-beta.6 - 2021-04-17