From c9e6f50c43d00c89292b6b02ba9dcbc04e64f959 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 2 Feb 2021 01:42:40 +0000 Subject: [PATCH] update changelog --- actix-macros/CHANGES.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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