1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-19 09:34:40 +01:00

20 lines
260 B
Markdown
Raw Normal View History

2019-09-25 09:26:12 +06:00
# Changes
2019-11-25 21:49:11 +06:00
## [0.3.0-alpha.2] - 2019-11-xx
* Re-export `test` attribute macros
## [0.3.0-alpha.1] - 2019-11-22
* Migrate to std::future
2019-10-14 10:30:27 +06:00
## [0.2.0] - 2019-10-14
* Upgrade actix-server and actix-server-config deps
2019-09-25 09:32:33 +06:00
## [0.1.0] - 2019-09-25
2019-09-25 09:26:12 +06:00
* Initial impl