diff --git a/changes/en-us/develop.md b/changes/en-us/develop.md index b9edeb0f8bd..fb63988ddca 100644 --- a/changes/en-us/develop.md +++ b/changes/en-us/develop.md @@ -7,6 +7,7 @@ Add changes here for all PR submitted to the develop branch. ### bugfix: + - [[#4515](https://github.com/seata/seata/pull/4515)] fix the error of SeataTCCFenceAutoConfiguration when database unused ### optimize: diff --git a/changes/zh-cn/develop.md b/changes/zh-cn/develop.md index 5fdb9604bad..eaecbf27f21 100644 --- a/changes/zh-cn/develop.md +++ b/changes/zh-cn/develop.md @@ -5,6 +5,8 @@ ### feature: ### bugfix: + - [[#4515](https://github.com/seata/seata/pull/4515)] 修复develop分支SeataTCCFenceAutoConfiguration在客户端未使用DB时,启动抛出ClassNotFoundException的问题。 + ### optimize: - [[#4650](https://github.com/seata/seata/pull/4650)] 修复安全漏洞