From 79ba4cd6b737fa9a2af92a6d9a2189454dc5b623 Mon Sep 17 00:00:00 2001 From: yanfangli <63247242+yanfangli85@users.noreply.github.com> Date: Sun, 27 Aug 2023 23:16:56 +0800 Subject: [PATCH] Update CHANGES.md (#12960) * Update README.md of spell errors Update README.md of spell errors * Update CHANGES.md found and fixed spell error --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2c282afdf6..2983d19539 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -101,7 +101,7 @@ check 2.7.5 milestone for details. * In consumer side the app cannot catch the exception from provider that is configured serialization="kryo". #4238 * fix StringUtils#isBlank #4725 * when the interfaceName of the Reference annotation has duplicated,the exception is puzzled #4160 -* when anonymity bean is defined in spirng context,dubbo throw npe # +* when anonymity bean is defined in spring context,dubbo throw npe # * add Thread ContextClassLoader #4712 * Fix judgment ipv4 address #4729 * The compilation of static methods should be excluded when generating the proxy. #4647