mirror of https://github.com/fafhrd91/actix-web
Fixed changes documentation
This commit is contained in:
parent
087e361bb8
commit
bd738ba3c1
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased - 2021-xx-xx
|
||||
### Changed
|
||||
Update `language-tags` to `0.3`.
|
||||
* Update `language-tags` to `0.3`.
|
||||
|
||||
|
||||
## 4.0.0-beta.6 - 2021-04-17
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
### Changed
|
||||
* `header` mod is now public. [#2171]
|
||||
* `uri` mod is now public. [#2171]
|
||||
* Update `language-tags` to `0.3`.
|
||||
|
||||
### Removed
|
||||
* Stop re-exporting `http` crate's `HeaderMap` types in addition to ours. [#2171]
|
||||
|
|
Loading…
Reference in New Issue