diff --git a/CHANGES.md b/CHANGES.md index 09b8f6a60..1e117663f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,11 +2,17 @@ ## [Unreleased] +### Added + +* Add option to create `Data` from `Arc` [#1509] + ### Changed * Resources and Scopes can now access non-overridden data types set on App (or containing scopes) when setting their own data. [#1486] * Bump minimum supported Rust version to 1.40 +[#1509]: https://github.com/actix/actix-web/pull/1509 + ## [3.0.0-alpha.2] - 2020-05-08 ### Changed