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

Add Display impl for TimeoutError

This commit is contained in:
Nikolay Kim
2019-02-11 08:34:57 -08:00
parent e354c6df92
commit b8f9bf4bc8
3 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.2.2] - 2019-02-11
### Added
* Add `Display` impl for `TimeoutError`
## [0.2.1] - 2019-02-06
### Added