From fec2f9f3aa2e538ca06c9ccf5e9ed591b76b69c5 Mon Sep 17 00:00:00 2001 From: lightClouds917 Date: Mon, 23 Dec 2024 19:49:27 +0800 Subject: [PATCH] feature:changes --- changes/en-us/2.x.md | 3 ++- changes/zh-cn/2.x.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 0dc00393b96..a90c610a721 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -5,6 +5,7 @@ Add changes here for all PR submitted to the 2.x branch. ### feature: - [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] support XXX +- [[#7073](https://github.com/apache/incubator-seata/pull/7073)] support virtual thread,replace the usages of synchronized with ReentrantLock ### bugfix: @@ -31,6 +32,6 @@ Thanks to these contributors for their code commits. Please report an unintended - [slievrly](https://github.com/slievrly) -- [GITHUB_ID](https://github.com/GITHUB_ID) +- [lightClouds917](https://github.com/lightClouds917) Also, we receive many valuable issues, questions and advices from our community. Thanks for you all. \ No newline at end of file diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 5c76d15a1b0..f4e82eabc48 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -5,6 +5,7 @@ ### feature: - [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] 支持XXX +- [[#7073](https://github.com/apache/incubator-seata/pull/7073)] 支持虚拟线程,用ReentrantLock替换synchronized的用法 ### bugfix: @@ -31,6 +32,6 @@ - [slievrly](https://github.com/slievrly) -- [GITHUB_ID](https://github.com/GITHUB_ID) +- [lightClouds917](https://github.com/lightClouds917) 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。 \ No newline at end of file