From 5d686f0ef816277779ec7729da8ae290bb41aad2 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 27 Dec 2020 04:27:40 +0000 Subject: [PATCH] update changelog --- actix-service/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-service/CHANGES.md b/actix-service/CHANGES.md index 7b140c2c..3b9a9cc0 100644 --- a/actix-service/CHANGES.md +++ b/actix-service/CHANGES.md @@ -6,7 +6,8 @@ * Add `always_ready!` and `forward_ready!` macros. [#233] * Crate is now `no_std`. [#233] * Migrate pin projections to `pin-project-lite`. [#233] - +* Remove `AndThenApplyFn` and Pipeline `and_then_apply_fn`. Use the + `.and_then(apply_fn(...))` construction. [#233] [#232]: https://github.com/actix/actix-net/pull/232 [#233]: https://github.com/actix/actix-net/pull/233