From b1bd939d41c642257bdf755a3340d10d48dd9110 Mon Sep 17 00:00:00 2001 From: DerekYRC <15521077528@163.com> Date: Thu, 18 Aug 2022 21:39:47 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cfb71d8..1fedfdb29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,3 +16,4 @@ - [Bugfix: update byte-buddy scope test to compile](https://github.com/Tencent/spring-cloud-tencent/pull/498) - [Fix the code analysis error.](https://github.com/Tencent/spring-cloud-tencent/pull/500) - [Fix typo & Code optimization](https://github.com/Tencent/spring-cloud-tencent/pull/512) +- [BeanFactoryUtils returns all beans including beans defined in ancestor bean factories](https://github.com/Tencent/spring-cloud-tencent/pull/517)