From eefaec7d27294c9be306f1e28f3b7d046f91a330 Mon Sep 17 00:00:00 2001 From: fishtailfu Date: Mon, 21 Jul 2025 15:49:15 +0800 Subject: [PATCH] feat: add delay test interface in quickstart. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e1ee9a0..e8e791afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ + # Change Log --- @@ -8,3 +9,4 @@ - [fix: fix ConfigChangeListener ut bug](https://github.com/Tencent/spring-cloud-tencent/pull/1663) - [feat: support shortest response time lb and least connection lb](https://github.com/Tencent/spring-cloud-tencent/pull/1637) - [feat:support traffic mirroring.](https://github.com/Tencent/spring-cloud-tencent/pull/1647) +- [feat: add delay test interface in quickstart.](https://github.com/Tencent/spring-cloud-tencent/pull/1665)