update changelog

This commit is contained in:
Ibraheem Ahmed 2021-06-08 10:43:11 -04:00 committed by GitHub
parent 8717ec51ef
commit 98c795eadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,9 +4,11 @@
## 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]
[#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