From 0cf8db3f6a769f3f88dd92f04fcff4a06a7e1982 Mon Sep 17 00:00:00 2001 From: shedfreewu Date: Tue, 8 Jul 2025 17:12:54 +0800 Subject: [PATCH] add changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28dcb3f02..5bd31aed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,3 +26,4 @@ - fix:fix restTemplateCustomizer bean conflict causing service to fail to start properly. - fix:fix NullPointerException when properties contain kv with null value. - fix: upgrade polaris java to 1.15.8 +- [fix: The repeated creation of PolarisPropertySourceManager results in the failure of configuration refresh.](https://github.com/Tencent/spring-cloud-tencent/pull/1643)