diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 6e97f629775..9ad46567823 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -52,6 +52,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6995](https://github.com/apache/incubator-seata/pull/6995)] upgrade outdate npmjs dependencies - [[#6996](https://github.com/apache/incubator-seata/pull/6996)] optimize lock release logic in AT transaction mode - [[#7023](https://github.com/apache/incubator-seata/pull/7023)] optimize fail fast, when all server not available +- [[#7043](https://github.com/apache/incubator-seata/pull/7043)] finish rollback if sendResult/msg not found ### refactor: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index b6b2262c574..e97bde7deb6 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -55,6 +55,8 @@ - [[#6995](https://github.com/apache/incubator-seata/pull/6995)] 升级过时的 npmjs 依赖 - [[#6996](https://github.com/apache/incubator-seata/pull/6996)] 优化 AT 事务模式锁释放逻辑 - [[#7023](https://github.com/apache/incubator-seata/pull/7023)] 优化快速失败 +- [[#7043](https://github.com/apache/incubator-seata/pull/7043)] 在获取不到mq的sendResult时,直接完成回滚 + ### refactor: