From 6b28088e8c9aef271c5b2237a1019be316b18f06 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Tue, 8 Jun 2021 10:54:57 -0400 Subject: [PATCH] update changelog --- actix-macros/CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/actix-macros/CHANGES.md b/actix-macros/CHANGES.md index c75bdd33..96098c91 100644 --- a/actix-macros/CHANGES.md +++ b/actix-macros/CHANGES.md @@ -1,14 +1,15 @@ # Changes ## 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 -* 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