From 90adad70b70a3f869623316547d05e8b81609fc0 Mon Sep 17 00:00:00 2001 From: firest Date: Thu, 8 Dec 2022 11:45:06 +0800 Subject: [PATCH] chore: update changes --- changes/v5.0.12-en.md | 2 ++ changes/v5.0.12-zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/changes/v5.0.12-en.md b/changes/v5.0.12-en.md index 7388e1e02..f8950976d 100644 --- a/changes/v5.0.12-en.md +++ b/changes/v5.0.12-en.md @@ -16,6 +16,8 @@ - Redesign `/rules` API to make `metrics` a dedicated resources rather than being included with every response [#9461](https://github.com/emqx/emqx/pull/9461). +- Add more PSK ciphers support [#9505](https://github.com/emqx/emqx/pull/9505). + ## 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 b1e487131..c5c12040c 100644 --- a/changes/v5.0.12-zh.md +++ b/changes/v5.0.12-zh.md @@ -16,6 +16,8 @@ - 重新设计了 `/rules` API,将 `metrics` 改为专用资源,而不再是包含在每个响应中 [#9461](https://github.com/emqx/emqx/pull/9461)。 +- 支持更多的 PSK 密码套件[#9505](https://github.com/emqx/emqx/pull/9505)。 + ## 修复 - 修复 ExHook 更新 SSL 相关配置后,过时的 SSL 文件没有被删除的问题 [#9432](https://github.com/emqx/emqx/pull/9432)。