diff --git a/actix-macros/CHANGES.md b/actix-macros/CHANGES.md index 065d8e30..e5245775 100644 --- a/actix-macros/CHANGES.md +++ b/actix-macros/CHANGES.md @@ -3,8 +3,16 @@ ## Unreleased - 2021-xx-xx +## 0.2.0 - 2021-02-02 +* Update to latest `actix_rt::System::new` signature. [#261] + +[#261]: https://github.com/actix/actix-net/pull/261 + + ## 0.2.0-beta.1 - 2021-01-09 -* Remove `actix-reexport` feature. +* Remove `actix-reexport` feature. [#218] + +[#218]: https://github.com/actix/actix-net/pull/218 ## 0.1.3 - 2020-12-03