diff --git a/CHANGES.md b/CHANGES.md index e60513a00..562d0f6d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,9 @@ ### Fixed * Multiple calls `App::data` with the same type now keeps the latest call's data. [#1906] +### Fixed +* Multiple calls `App::data` with the same type now keeps the latest call's data. [#1906] + ### Removed * Public field of `web::Path` has been made private. [#1894] * Public field of `web::Query` has been made private. [#1894] diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index d46b56983..461929c82 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -30,7 +30,7 @@ [#1894]: https://github.com/actix/actix-web/pull/1894 [#1903]: https://github.com/actix/actix-web/pull/1903 [#1904]: https://github.com/actix/actix-web/pull/1904 -[#1905]: https://github.com/actix/actix-web/pull/1905 +[#1905]: https://github.com/actix/actix-web/pull/190 [#1912]: https://github.com/actix/actix-web/pull/1912