From 77dbc88a52eaac6e375cac45f0eb910edbc7896f Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Thu, 15 Jan 2026 16:21:03 +0800 Subject: [PATCH] fix:fix cb rule no update bug. Signed-off-by: Haotian Zhang <928016560@qq.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b72eac96..6b04cfbda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,3 +17,4 @@ - [fix: fix parsing ConfigurationProperties value with RefreshScope.](https://github.com/Tencent/spring-cloud-tencent/pull/1781) - [refactor: optimize performance.](https://github.com/Tencent/spring-cloud-tencent/pull/1782) - [fix: fix NacosDiscoveryRegistryAutoConfiguration and PolarisAuthAutoConfiguration still initiation when polaris disabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1783) +- [fix: fix cb rule no update bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1786)