diff --git a/changes/v5.0.12-en.md b/changes/v5.0.12-en.md index da20798a5..d811bf042 100644 --- a/changes/v5.0.12-en.md +++ b/changes/v5.0.12-en.md @@ -11,6 +11,8 @@ - Remove support for setting shared subscriptions using the non-standard `$queue` feature [#9412](https://github.com/emqx/emqx/pull/9412). Shared subscriptions are now part of the MQTT spec. Use `$share` instead. +- Add `limiter` update API [#9133](https://github.com/emqx/emqx/pull/9133). + ## Bug fixes - Fix that the obsolete SSL files aren't deleted after the ExHook config update [#9432](https://github.com/emqx/emqx/pull/9432). diff --git a/changes/v5.0.12-zh.md b/changes/v5.0.12-zh.md index 45acfd751..5129821cd 100644 --- a/changes/v5.0.12-zh.md +++ b/changes/v5.0.12-zh.md @@ -11,6 +11,8 @@ - 支持在 Apple Silicon 架构下编译苹果系统的发行版本 [#9423](https://github.com/emqx/emqx/pull/9423)。 +- 添加 `limiter` 更新 API [#9133](https://github.com/emqx/emqx/pull/9133)。 + ## 修复 - 修复 ExHook 更新 SSL 相关配置后,过时的 SSL 文件没有被删除的问题 [#9432](https://github.com/emqx/emqx/pull/9432)。