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

change apply combinator error semantic

This commit is contained in:
Nikolay Kim
2019-01-24 19:19:44 -08:00
parent 278176fca5
commit 88548199d7
3 changed files with 321 additions and 14 deletions

View File

@ -6,6 +6,9 @@
* Use `FnMut` instead of `Fn` for .apply() and .map() combinators and `FnService` type
* Change `.apply()` error semantic, new service's error is `From<Self::Error>`
## [0.1.5] - 2019-01-13
### Changed