mirror of https://github.com/fafhrd91/actix-web
Move changelog entry to the appropriate changelog.
This commit is contained in:
parent
f1cdb740df
commit
1ef55ab462
|
@ -3,8 +3,6 @@
|
|||
## Unreleased - 2021-xx-xx
|
||||
### Changed
|
||||
* Update `language-tags` to `0.3`.
|
||||
* Reduce the level from `error` to `debug` for the log line that is emitted when a `500 Internal Server Error` occurs.
|
||||
|
||||
|
||||
## 4.0.0-beta.6 - 2021-04-17
|
||||
### Added
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
* `header` mod is now public. [#2171]
|
||||
* `uri` mod is now public. [#2171]
|
||||
* Update `language-tags` to `0.3`.
|
||||
* Reduce the level from `error` to `debug` for the log line that is emitted when a `500 Internal Server Error` is built using `HttpResponse::from_error`.
|
||||
|
||||
### Removed
|
||||
* Stop re-exporting `http` crate's `HeaderMap` types in addition to ours. [#2171]
|
||||
|
|
Loading…
Reference in New Issue