diff --git a/changes/v4.4.15-en.md b/changes/v4.4.15-en.md index 1dc3623fa..a0f319ccd 100644 --- a/changes/v4.4.15-en.md +++ b/changes/v4.4.15-en.md @@ -28,6 +28,6 @@ - Fix the exclusive topics aren't removed when the session has already been cleaned [#9868](https://github.com/emqx/emqx/pull/9868). -- fix the emqx reports `{case_clause,{error,closed}}` error log message when websocket connections interrupted [](). +- fix the emqx reports `{case_clause,{error,closed}}` error log message when websocket connections interrupted [emqx/cowboy#8](https://github.com/emqx/cowboy/pull/8). -- fix sometimes rules can be enabled automatically after emqx is restarted [](). +- fix sometimes the rules cannot be enabled automatically after emqx is restarted [#9911](https://github.com/emqx/emqx/pull/9911). diff --git a/changes/v4.4.15-zh.md b/changes/v4.4.15-zh.md index cf4a2d9c0..169af461e 100644 --- a/changes/v4.4.15-zh.md +++ b/changes/v4.4.15-zh.md @@ -27,6 +27,6 @@ - 修复会话关闭后,其持有的排他订阅主题没有被释放的问题 [#9868](https://github.com/emqx/emqx/pull/9868)。 -- 修复 Websocket 连接中断时日志报 `{case_clause,{error,closed}}` 错误的问题 []()。 +- 修复 Websocket 连接中断时日志报 `{case_clause,{error,closed}}` 错误的问题 [emqx/cowboy#8](https://github.com/emqx/cowboy/pull/8)。 -- 修复某些情况下,重启 emqx 后规则无法自动启用的问题 []()。 +- 修复某些情况下,重启 emqx 后规则无法自动启用的问题 [#9911](https://github.com/emqx/emqx/pull/9911)。