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