From 2bc9eb266f3e8fe6719ce0a7263f199ab34b5e58 Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Sun, 13 Sep 2020 10:26:50 +0300 Subject: [PATCH] Update changelog --- actix-rt/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 9b5fb636..1e7b5738 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -4,8 +4,12 @@ ### Added +* Add support of `tokio-compat` runtime. [#191] * Add `System::attach_to_tokio` method. [#173] +[#173]: https://github.com/actix/actix-net/pull/173 +[#191]: https://github.com/actix/actix-net/pull/191 + ## [1.1.1] - 2020-04-30 ### Fixed