From cdd0faf94f0942b1e6c68b7cb291ee19df220942 Mon Sep 17 00:00:00 2001 From: wenxuan70 Date: Tue, 26 Sep 2023 01:10:45 +0800 Subject: [PATCH] docs: add Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99186fd61..b6c71a594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,4 @@ - [Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1116) - [fix:fix feign url bug when using sleuth.](https://github.com/Tencent/spring-cloud-tencent/pull/1120) - [refactor:optimize the order and condition matching of service registration automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1131) +- [feat: support log path configuration parameters,](https://github.com/Tencent/spring-cloud-tencent/pull/1142)