From e1eb9c44e245394247555f5d5c6e4388241d4a57 Mon Sep 17 00:00:00 2001 From: liurong Date: Mon, 11 Apr 2022 20:00:09 +0800 Subject: [PATCH] move 'optimize info' from '1.5.0' to '2.0.0' in changes file --- changes/1.5.0.md | 2 -- changes/2.0.0.md | 3 ++- changes/en-us/1.5.0.md | 2 -- changes/en-us/2.0.0.md | 3 ++- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/changes/1.5.0.md b/changes/1.5.0.md index 293ad7c2619..37e262bc90d 100644 --- a/changes/1.5.0.md +++ b/changes/1.5.0.md @@ -211,7 +211,6 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单 - [[#4478](https://github.com/seata/seata/pull/4478)] 优化 Nacos 配置和注册元数据属性 - [[#4522](https://github.com/seata/seata/pull/4522)] 优化 GC 参数 - [[#4517](https://github.com/seata/seata/pull/4517)] 增强失败/超时状态的监控 - - [[#4544](https://github.com/seata/seata/pull/4544)] 优化测试用例TransactionContextFilterTest中jackson包依赖问题 ### test: @@ -267,7 +266,6 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单 - [Bughue](https://github.com/Bughue) - [liuqiufeng](https://github.com/liuqiufeng) - [onlinechild](https://github.com/onlinechild) - - [liurong](https://github.com/robynron) 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。 diff --git a/changes/2.0.0.md b/changes/2.0.0.md index d8e3c27df93..1e116557d46 100644 --- a/changes/2.0.0.md +++ b/changes/2.0.0.md @@ -24,7 +24,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单 ### optimize: -* [[#1234](https://github.com/seata/seata/pull/1234)] 样例,后续请删除 +* [[#4544](https://github.com/seata/seata/pull/4544)] 优化测试用例TransactionContextFilterTest中jackson包依赖问题 ### test: @@ -34,6 +34,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单 非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。 - [slievrly](https://github.com/slievrly) + - [liurong](https://github.com/robynron) 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。 diff --git a/changes/en-us/1.5.0.md b/changes/en-us/1.5.0.md index e606e54f662..43e9de2bbc8 100644 --- a/changes/en-us/1.5.0.md +++ b/changes/en-us/1.5.0.md @@ -217,7 +217,6 @@ - [[#4478](https://github.com/seata/seata/pull/4478)] optimize Nacos config and naming properties - [[#4522](https://github.com/seata/seata/pull/4522)] optimize GC parameters in JVM - [[#4517](https://github.com/seata/seata/pull/4517)] enhance fail/timeout status metric and log level - - [[#4544](https://github.com/seata/seata/pull/4544)] optimize jackson dependencies in TransactionContextFilterTest ### test: @@ -272,7 +271,6 @@ - [Bughue](https://github.com/Bughue) - [liuqiufeng](https://github.com/liuqiufeng) - [onlinechild](https://github.com/onlinechild) - - [liurong](https://github.com/robynron) diff --git a/changes/en-us/2.0.0.md b/changes/en-us/2.0.0.md index 2635ba5f787..fd2cc920e44 100644 --- a/changes/en-us/2.0.0.md +++ b/changes/en-us/2.0.0.md @@ -22,7 +22,7 @@ ### optimize: - - [[#1234](https://github.com/seata/seata/pull/1234)] Please delete the sample later + - [[#4544](https://github.com/seata/seata/pull/4544)] optimize jackson dependencies in TransactionContextFilterTest ### test: @@ -32,6 +32,7 @@ Thanks to these contributors for their code commits. Please report an unintended omission. - [slievrly](https://github.com/slievrly) +- [liurong](https://github.com/robynron) Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.