Skip to content

Commit

Permalink
fix: typos in change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-xiaoyu committed Feb 6, 2023
1 parent 73c6275 commit e1418cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changes/v4.4.15-en.md
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions changes/v4.4.15-zh.md
Expand Up @@ -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)

0 comments on commit e1418cd

Please sign in to comment.