From 7c938400bd2a135e3e6ba68642a501d65342255b Mon Sep 17 00:00:00 2001 From: shedfreewu Date: Wed, 16 Jul 2025 10:34:38 +0800 Subject: [PATCH] add changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6abe49d3f..5c13f6622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,5 @@ --- - [fix:fix PolarisContextProperties instantiated twice causing NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/1639) -- [fix: fix ConfigChangeListener and unit test](https://github.com/Tencent/spring-cloud-tencent/pull/1654) \ No newline at end of file +- [fix: fix ConfigChangeListener and unit test](https://github.com/Tencent/spring-cloud-tencent/pull/1654) +- [feat: support spring-retry and feign config refresh](https://github.com/Tencent/spring-cloud-tencent/pull/1649)