mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 15:07:42 +02:00
Provide impl<T> From<Arc<T>> for Data<T> (#1509)
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
* Add option to create `Data<T>` from `Arc<T>` [#1509]
|
||||
|
||||
### Changed
|
||||
|
||||
* Resources and Scopes can now access non-overridden data types set on App (or containing scopes) when setting their own data. [#1486]
|
||||
@ -11,7 +15,7 @@
|
||||
* Bump minimum supported Rust version to 1.40
|
||||
|
||||
[#1485]: https://github.com/actix/actix-web/pull/1485
|
||||
|
||||
[#1509]: https://github.com/actix/actix-web/pull/1509
|
||||
|
||||
## [3.0.0-alpha.2] - 2020-05-08
|
||||
|
||||
|
Reference in New Issue
Block a user