1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 10:32:59 +01:00
actix-net/actix-ioframe/CHANGES.md

18 lines
247 B
Markdown
Raw Normal View History

2019-06-26 11:19:40 +02:00
# Changes
2019-12-05 11:40:24 +01:00
## [0.3.0-alpha.3] - 2019-12-xx
* Migrate to `tokio=0.2.2`
2019-12-02 17:30:09 +01:00
## [0.3.0-alpha.2] - 2019-12-02
* Migrate to `std::future`
2019-10-14 13:55:52 +02:00
## [0.1.1] - 2019-10-14
* Re-register task on every dispatcher poll.
2019-09-25 06:47:06 +02:00
## [0.1.0] - 2019-09-25
2019-06-26 11:19:40 +02:00
* Initial release