fix: typos in change logs
This commit is contained in:
parent
73c6275788
commit
e1418cd038
|
@ -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).
|
||||
|
|
|
@ -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)。
|
||||
|
|
Loading…
Reference in New Issue