1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

Release future early for .and_then() and .then() combinators

This commit is contained in:
Nikolay Kim
2018-12-12 18:00:35 -08:00
parent e8a1664c15
commit 61939c7af2
4 changed files with 19 additions and 9 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.1.2] - 2018-12-12
### Fixed
* Release future early for `.and_then()` and `.then()` combinators
## [0.1.1] - 2018-12-09
### Added