1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-12-03 01:32:23 +01:00
actix-net/actix-service/CHANGES.md

20 lines
237 B
Markdown
Raw Permalink Normal View History

2018-12-09 19:14:08 +01:00
# Changes
## [0.1.2] - 2018-12-12
### Fixed
* Release future early for `.and_then()` and `.then()` combinators
2018-12-09 19:14:08 +01:00
## [0.1.1] - 2018-12-09
### Added
* Added Service impl for Box<S: Service>
## [0.1.0] - 2018-12-09
* Initial import