diff --git a/CHANGES.md b/CHANGES.md index 963e0af5f..b0304e8c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index f1d24c3c3..fdbe085b7 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -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]