1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-28 09:58:07 +00:00
actix-web/actix-service/CHANGES.md

27 lines
322 B
Markdown
Raw Normal View History

2018-12-09 18:14:08 +00:00
# Changes
2018-12-13 02:32:19 +00:00
## [0.1.3] - 2018-12-12
## Changed
* Split service combinators to separate trait
## [0.1.2] - 2018-12-12
### Fixed
* Release future early for `.and_then()` and `.then()` combinators
2018-12-09 18:14:08 +00:00
## [0.1.1] - 2018-12-09
### Added
* Added Service impl for Box<S: Service>
## [0.1.0] - 2018-12-09
* Initial import