From c93ee6f0c46114396dcba274ed7686613646f098 Mon Sep 17 00:00:00 2001 From: wulingxiao <1251605638@qqcom> Date: Sat, 6 Aug 2022 09:57:36 +0800 Subject: [PATCH] feature:add @ConditionalOnConfigReflectEnabled annotation --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4d6d9f9..abd019d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,3 +21,4 @@ - [feat:rename the configuration of reporter.](https://github.com/Tencent/spring-cloud-tencent/pull/465) - [docs:update mvnw.](https://github.com/Tencent/spring-cloud-tencent/pull/466) - [Feature: add config refresh type switch & catch exception for traffic staining.](https://github.com/Tencent/spring-cloud-tencent/pull/469) +- [feature:add @ConditionalOnConfigReflectEnabled annotation](https://github.com/Tencent/spring-cloud-tencent/pull/496)