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