From 62ebe5790de4fea67d465ef835d07a15fdaf0e09 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 27 Dec 2020 04:20:30 +0000 Subject: [PATCH] update changelog --- actix-service/CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/actix-service/CHANGES.md b/actix-service/CHANGES.md index 971741e8..7b140c2c 100644 --- a/actix-service/CHANGES.md +++ b/actix-service/CHANGES.md @@ -3,10 +3,13 @@ ## Unreleased - 2020-xx-xx * `Service`, other traits, and many type signatures now take the the request type as a type parameter instead of an associated type. [#232] -* Upgrade `pin-project` to `1.0`. +* Add `always_ready!` and `forward_ready!` macros. [#233] +* Crate is now `no_std`. [#233] +* Migrate pin projections to `pin-project-lite`. [#233] [#232]: https://github.com/actix/actix-net/pull/232 +[#233]: https://github.com/actix/actix-net/pull/233 ## 1.0.6 - 2020-08-09