1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Fixed unsoundness in AndThenService impl #83

This commit is contained in:
Nikolay Kim
2020-01-15 11:40:15 -08:00
parent fa800aeba3
commit a751899aad
3 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [1.0.3] - 2020-01-15
### Fixed
* Fixed unsoundness in `AndThenService` impl
## [1.0.2] - 2020-01-08
### Added