2021-01-09 15:56:07 +01:00
|
|
|
# Changes
|
2020-05-18 08:36:23 +02:00
|
|
|
|
2021-01-09 15:56:07 +01:00
|
|
|
## Unreleased - 2021-xx-xx
|
2020-12-03 00:59:13 +01:00
|
|
|
|
|
|
|
|
2021-02-02 03:07:58 +01:00
|
|
|
## 0.2.0 - 2021-02-02
|
|
|
|
* Update to latest `actix_rt::System::new` signature. [#261]
|
|
|
|
|
|
|
|
[#261]: https://github.com/actix/actix-net/pull/261
|
|
|
|
|
|
|
|
|
2021-01-09 15:56:07 +01:00
|
|
|
## 0.2.0-beta.1 - 2021-01-09
|
2021-02-02 03:07:58 +01:00
|
|
|
* Remove `actix-reexport` feature. [#218]
|
|
|
|
|
|
|
|
[#218]: https://github.com/actix/actix-net/pull/218
|
2021-01-09 15:56:07 +01:00
|
|
|
|
|
|
|
|
|
|
|
## 0.1.3 - 2020-12-03
|
|
|
|
* Add `actix-reexport` feature. [#218]
|
2020-05-18 08:36:23 +02:00
|
|
|
|
2021-01-09 15:56:07 +01:00
|
|
|
[#218]: https://github.com/actix/actix-net/pull/218
|
2020-05-18 08:36:23 +02:00
|
|
|
|
2021-01-09 15:56:07 +01:00
|
|
|
|
|
|
|
## 0.1.2 - 2020-05-18
|
2020-05-18 08:36:23 +02:00
|
|
|
* Forward actix_rt::test arguments to test function [#127]
|
|
|
|
|
|
|
|
[#127]: https://github.com/actix/actix-net/pull/127
|