From fc1b3081ce9c361f90f233b7c93d29d6614a6671 Mon Sep 17 00:00:00 2001 From: ptyin Date: Mon, 6 Nov 2023 16:53:15 +0800 Subject: [PATCH] docs: register #5998 to 2.0.0.md --- changes/en-us/2.0.0.md | 1 + changes/zh-cn/2.0.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/changes/en-us/2.0.0.md b/changes/en-us/2.0.0.md index f01756e5d75..7d92a217f17 100644 --- a/changes/en-us/2.0.0.md +++ b/changes/en-us/2.0.0.md @@ -172,6 +172,7 @@ The version is updated as follows: - [[#5863](https://github.com/seata/seata/pull/5863)] fix unit test in java 21 - [[#5986](https://github.com/seata/seata/pull/5986)] fix zookeeper UT failed - [[#5995](https://github.com/seata/seata/pull/5995)] add test cases for RaftClusterMetadataMsg +- [[#5998](https://github.com/seata/seata/pull/5998)] add test cases for RaftMsgExecute under branch package ### Contributors: diff --git a/changes/zh-cn/2.0.0.md b/changes/zh-cn/2.0.0.md index 1bd7e302a67..86f7fae97af 100644 --- a/changes/zh-cn/2.0.0.md +++ b/changes/zh-cn/2.0.0.md @@ -173,6 +173,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单 - [[#5863](https://github.com/seata/seata/pull/5863)] 修复单元测试在Java21下无法正常运行的问题。 - [[#5986](https://github.com/seata/seata/pull/5986)] 修复 zookeeper 单测失败问题 - [[#5995](https://github.com/seata/seata/pull/5995)] 添加 RaftClusterMetadataMsg 模块的单元测试用例 +- [[#5998](https://github.com/seata/seata/pull/5998)] 添加 RaftMsgExecute 模块 branch 包下的单元测试用例 ### Contributors: