1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Support asynchronous data factories #850

This commit is contained in:
Nikolay Kim
2019-06-28 10:43:52 +06:00
parent c0c71f82c0
commit af9fb5d190
3 changed files with 88 additions and 31 deletions

View File

@ -2,10 +2,15 @@
## [1.0.3] - unreleased
### Added
* Support asynchronous data factories #850
### Changed
* Use `encoding_rs` crate instead of unmaintained `encoding` crate
## [1.0.2] - 2019-06-17
### Changed
@ -17,7 +22,7 @@
## [1.0.1] - 2019-06-17
### Add
### Added
* Add support for PathConfig #903
@ -42,7 +47,7 @@
## [1.0.0] - 2019-06-05
### Add
### Added
* Add `Scope::configure()` method.