diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 62c5dead0f5..18806da87f8 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -62,6 +62,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6259](https://github.com/apache/incubator-seata/pull/6259)] modify error message which is global session size more than config - [[#6264](https://github.com/apache/incubator-seata/pull/6264)] fix jib-maven-plugin build failed - [[#6246](https://github.com/apache/incubator-seata/pull/6246)] build the frontend at the same time as the maven build +- [[#6271](https://github.com/apache/incubator-seata/pull/6271)] unifty the git information ### security: - [[#6069](https://github.com/apache/incubator-seata/pull/6069)] Upgrade Guava dependencies to fix security vulnerabilities diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 3384abfc921..107e4f1fcc5 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -60,6 +60,8 @@ - [[#6259](https://github.com/apache/incubator-seata/pull/6259)] 修改全局会话大小超过配置的错误消息 - [[#6264](https://github.com/apache/incubator-seata/pull/6264)] 修复 jib-maven-plugin 编译失败问题 - [[#6246](https://github.com/apache/incubator-seata/pull/6246)] 在maven打包的同时打包前端资源 +- [[#6271](https://github.com/apache/incubator-seata/pull/6271)] 统一git信息 + ### security: - [[#6069](https://github.com/apache/incubator-seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞