From 4ae0d153262b7d99e945bff4c5aa19dff9188bbf Mon Sep 17 00:00:00 2001 From: shuiqingliu Date: Fri, 1 Jul 2022 23:20:42 +0800 Subject: [PATCH] fix: change the pr log number of current branch --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8f8af86..fcb751959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,10 @@ - [UT: add metadata-transfer unit test](https://github.com/Tencent/spring-cloud-tencent/pull/334) - [Optimize code style & unit test case](https://github.com/Tencent/spring-cloud-tencent/pull/337) - [test:update junit of metadata.](https://github.com/Tencent/spring-cloud-tencent/pull/338) -- [Feature: support actuator for sct core components](https://github.com/Tencent/spring-cloud-tencent/pull/343) - [Feature: Optimize static metadata manager](https://github.com/Tencent/spring-cloud-tencent/pull/341) - [fix: shutdown thread pool before the container closes](https://github.com/Tencent/spring-cloud-tencent/pull/354) - [rm code: Condition 'null != interceptors' is always 'true' ](https://github.com/Tencent/spring-cloud-tencent/pull/356) - [docs:update logo in README.](https://github.com/Tencent/spring-cloud-tencent/pull/359) - [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)