From 87994fc23f02a8fb6466b236a4eb2ca08e2b682b Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Thu, 2 Mar 2023 16:06:08 +0800 Subject: [PATCH] fix: update change logs --- changes/v4.4.15-zh.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changes/v4.4.15-zh.md b/changes/v4.4.15-zh.md index 20c2645b6..bc8da5f6c 100644 --- a/changes/v4.4.15-zh.md +++ b/changes/v4.4.15-zh.md @@ -2,8 +2,6 @@ ## 增强 -## 修复 - - MongoDB 库已升级至支持 MongoDB 5.1 及以上版本[#9707](https://github.com/emqx/emqx/pull/9707)。 - 现在 Dashboard 支持 HAProxy 的 Proxy Protocol 了 [9803](https://github.com/emqx/emqx/pull/9803)。 @@ -20,7 +18,7 @@ - 为认证和授权添加了更多调试日志 [#9943](https://github.com/emqx/emqx/pull/9943)。 -- 将统计数据 `live_connections.count` 和 `live_connections.max` 公开给 Prometheus [#9929](https://github.com/emqx/emqx/pull/9929). +- 将统计数据 `live_connections.count` 和 `live_connections.max` 公开给 Prometheus [#9929](https://github.com/emqx/emqx/pull/9929)。 ## 修复