From 3e1e3d1ce0e1ec4bb97ee8e923042a941bc41bd2 Mon Sep 17 00:00:00 2001 From: "Xin.Zh" Date: Tue, 26 Jul 2022 15:18:21 +0800 Subject: [PATCH] Update develop.md --- changes/zh-cn/develop.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changes/zh-cn/develop.md b/changes/zh-cn/develop.md index a396a0630fb..34fc4a21df4 100644 --- a/changes/zh-cn/develop.md +++ b/changes/zh-cn/develop.md @@ -7,7 +7,6 @@ ### bugfix: -- [[#4800](https://github.com/seata/seata/pull/4800)] 按照 Apache 协议规范,添加 NOTICE 文件 ### optimize: @@ -16,7 +15,7 @@ - [[#4790](https://github.com/seata/seata/pull/4790)] 添加一个 github action,用于自动发布Seata到OSSRH - [[#4765](https://github.com/seata/seata/pull/4765)] mysql8.0.29版本及以上XA模式不持connection至二阶段 - [[#4797](https://github.com/seata/seata/pull/4797)] 优化所有github actions脚本 - +- [[#4800](https://github.com/seata/seata/pull/4800)] 按照 Apache 协议规范,添加 NOTICE 文件 ### test: - [[#4794](https://github.com/seata/seata/pull/4794)] 重构代码,尝试修复单元测试 `DataSourceProxyTest.getResourceIdTest()`