From 39ba1670444fcacd7376c9d5b02a01d2168fafa1 Mon Sep 17 00:00:00 2001 From: JimMoen Date: Tue, 18 Oct 2022 10:52:23 +0800 Subject: [PATCH] chore: refine chanelog --- CHANGES-4.4.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES-4.4.md b/CHANGES-4.4.md index 16d57a37c..7228ad22b 100644 --- a/CHANGES-4.4.md +++ b/CHANGES-4.4.md @@ -1,8 +1,14 @@ # EMQX 4.4 Changes +## v4.4.11 + +### Bug fixes (synced from v4.3.22) + +### Enhancements (synced from v4.3.22) + ## v4.4.10 -### Bug fixes +### Bug fixes (synced from v4.3.21) - Fix the latency statistics error of the slow subscription module when `stats_type` is `internal` or `response`. [#8981](https://github.com/emqx/emqx/pull/8981)