From 3003352ebb43c381eb565e8075170eecbe4afc20 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 14 Oct 2021 03:04:53 +0100 Subject: [PATCH] add changelog --- actix-macros/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actix-macros/CHANGES.md b/actix-macros/CHANGES.md index 8d7037cf..31f64207 100644 --- a/actix-macros/CHANGES.md +++ b/actix-macros/CHANGES.md @@ -1,6 +1,10 @@ # Changes ## Unreleased - 2021-xx-xx +* Improve error recovery potential when macro input is invalid. [#391] +* Allow custom `System`s on test macro. [#391] + +[#391]: https://github.com/actix/actix-net/pull/391 ## 0.2.1 - 2021-02-02