1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 09:23:00 +01:00
actix-net/actix-connector/CHANGES.md

29 lines
359 B
Markdown
Raw Normal View History

2018-12-10 17:42:31 +01:00
# Changes
2019-03-02 23:47:52 +01:00
## [0.3.0] - 2019-03-02
### Changed
* Migrate to actix-service 0.3
2019-02-02 05:06:53 +01:00
## [0.2.0] - 2019-02-01
2019-03-02 23:47:52 +01:00
### Changed
* Migrate to actix-service 0.2
2019-01-26 22:15:17 +01:00
* Upgrade trust-dns-resolver
2019-02-02 05:06:53 +01:00
* Use tokio-current-thread instead of direct actix-rt dipendency
2019-01-26 22:15:17 +01:00
2019-01-13 19:03:33 +01:00
## [0.1.1] - 2019-01-13
* Upgrade trust-dns-proto
2018-12-10 17:42:31 +01:00
## [0.1.0] - 2018-12-09
* Move server to separate crate