From 71015705d8e47dd74b92d35c4d5b6802d434ed6a Mon Sep 17 00:00:00 2001 From: Xiaojie Wang Date: Mon, 4 Jul 2022 11:38:18 +0800 Subject: [PATCH] Update CHANGELOG.md (#382) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3223c4c3b..db2fa8d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,4 +26,5 @@ - [Use jdk constants instead of magic variables](https://github.com/Tencent/spring-cloud-tencent/pull/362) - [Refator JacksonUtils and JacksonUtilsTest](https://github.com/Tencent/spring-cloud-tencent/pull/366) - [Feature: support actuator for sct core components](https://github.com/Tencent/spring-cloud-tencent/pull/370) -- [docs: Fix javadoc
error](https://github.com/Tencent/spring-cloud-tencent/pull/375) \ No newline at end of file +- [docs: Fix javadoc
error](https://github.com/Tencent/spring-cloud-tencent/pull/375) +- [docs: Update Readme.md](https://github.com/Tencent/spring-cloud-tencent/pull/381)