From 93fc8ff1e5068edcb06d73c3160f19ab59aff5b2 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Thu, 29 Dec 2022 16:45:59 -0300 Subject: [PATCH] docs: improve changelog Co-authored-by: Zaiming (Stone) Shi --- changes/v4.4.13-en.md | 2 +- changes/v4.4.13-zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changes/v4.4.13-en.md b/changes/v4.4.13-en.md index af4485ed7..d3c125600 100644 --- a/changes/v4.4.13-en.md +++ b/changes/v4.4.13-en.md @@ -5,4 +5,4 @@ ## Bug Fixes -- Fix an issue where testing the GCP PubSub could leak memory, and an issue where its JWT token would fail to refresh a second time. [#9640](https://github.com/emqx/emqx/pull/9640) +- Fix an issue where testing the GCP PubSub could leak memory, and an issue where its JWT token would fail to refresh a second time [#9640](https://github.com/emqx/emqx/pull/9640). diff --git a/changes/v4.4.13-zh.md b/changes/v4.4.13-zh.md index 62270e9a8..61bc33e24 100644 --- a/changes/v4.4.13-zh.md +++ b/changes/v4.4.13-zh.md @@ -5,4 +5,4 @@ ## 修复 -- 修复了测试GCP PubSub可能泄露内存的问题,以及其JWT令牌第二次刷新失败的问题。 [#9640](https://github.com/emqx/emqx/pull/9640) +- 修复了测试 GCP PubSub 可能泄露内存的问题,以及其 JWT 令牌第二次刷新失败的问题 [#9640](https://github.com/emqx/emqx/pull/9640)。