mirror of https://github.com/fafhrd91/actix-net
update changelog
This commit is contained in:
parent
6b33dc67ad
commit
6b28088e8c
|
@ -1,14 +1,15 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
* Add optional argument `system` to `main` macro which can be used to specify the path to `actix_rt::System` (useful for re-exports). [#363]
|
||||||
|
|
||||||
|
[#363]: https://github.com/actix/actix-net/pull/363
|
||||||
|
|
||||||
|
|
||||||
## 0.2.0 - 2021-02-02
|
## 0.2.0 - 2021-02-02
|
||||||
* Add optional argument `system` to `main` macro which can be used to specify the path to `actix_rt::System` (useful for re-exports). [#363]
|
|
||||||
* Update to latest `actix_rt::System::new` signature. [#261]
|
* Update to latest `actix_rt::System::new` signature. [#261]
|
||||||
|
|
||||||
[#261]: https://github.com/actix/actix-net/pull/261
|
[#261]: https://github.com/actix/actix-net/pull/261
|
||||||
[#363]: https://github.com/actix/actix-net/pull/363
|
|
||||||
|
|
||||||
|
|
||||||
## 0.2.0-beta.1 - 2021-01-09
|
## 0.2.0-beta.1 - 2021-01-09
|
||||||
|
|
Loading…
Reference in New Issue