From 1aba21afe8b04b6d661596dc5233bf3acdeafae3 Mon Sep 17 00:00:00 2001 From: slievrly Date: Thu, 26 Oct 2023 15:30:01 +0800 Subject: [PATCH] add change Signed-off-by: slievrly --- changes/en-us/develop.md | 1 + changes/zh-cn/develop.md | 1 + 2 files changed, 2 insertions(+) diff --git a/changes/en-us/develop.md b/changes/en-us/develop.md index 7fb5cd34724..a49cfea541a 100644 --- a/changes/en-us/develop.md +++ b/changes/en-us/develop.md @@ -31,6 +31,7 @@ Add changes here for all PR submitted to the develop branch. - [[#5831](https://github.com/seata/seata/pull/5831)] upgrade druid and add `test-druid.yml` - [[#5862](https://github.com/seata/seata/pull/5862)] fix unit test in java 21 - [[#5914](https://github.com/seata/seata/pull/5914)] upgrade native-lib-loader version +- [[#5960](https://github.com/seata/seata/pull/5960)] fix zookeeper UT failed Thanks to these contributors for their code commits. Please report an unintended omission. diff --git a/changes/zh-cn/develop.md b/changes/zh-cn/develop.md index 703397ddb39..c7dbdc2810b 100644 --- a/changes/zh-cn/develop.md +++ b/changes/zh-cn/develop.md @@ -31,6 +31,7 @@ - [[#5831](https://github.com/seata/seata/pull/5831)] 升级 `druid` 版本,并添加 `test-druid.yml` 用于测试seata与druid各版本的兼容性。 - [[#5862](https://github.com/seata/seata/pull/5862)] 修复单元测试在Java21下无法正常运行的问题。 - [[#5914](https://github.com/seata/seata/pull/5914)] 升级 native-lib-loader 版本 +- [[#5960](https://github.com/seata/seata/pull/5960)] 修复 zookeeper 单测失败问题 非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。