From f975b4fd10c3333ff5f7ed8ec77ed78d736bd42d Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 3 Jan 2022 22:10:51 +0600 Subject: [PATCH] update changes --- ntex-io/CHANGES.md | 2 ++ ntex/CHANGES.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ntex-io/CHANGES.md b/ntex-io/CHANGES.md index 49522c29..b057aa07 100644 --- a/ntex-io/CHANGES.md +++ b/ntex-io/CHANGES.md @@ -4,6 +4,8 @@ * Move tokio support to separate crate +* Move async-std support to separate crate + ## [0.1.0] - 2021-12-30 * Unify keep-alive timers diff --git a/ntex/CHANGES.md b/ntex/CHANGES.md index 3e8b6cc1..c5bf9238 100644 --- a/ntex/CHANGES.md +++ b/ntex/CHANGES.md @@ -4,6 +4,8 @@ * Disable default runtime selection +* Move ntex::util services to ntex-util + ## [0.5.4] - 2022-01-02 * http1: Unregister keep-alive timer after request is received