This is an automated email from the ASF dual-hosted git repository.
wankai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git
The following commit(s) were added to refs/heads/main by this push:
new 822a73be6a Fix words (#669)
822a73be6a is described below
commit 822a73be6a66352746261f50a39b481f5aa711a8
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Tue Jan 23 10:16:40 2024 +0800
Fix words (#669)
---
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 276aec1f38..9bdff5f5a7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,7 +6,7 @@ Release Notes.
------------------
* Fix NoSuchMethodError in mvc-annotation-commons and change deprecated method.
-* fix forkjoinpool plugin in JDK11。
+* Fix forkjoinpool plugin in JDK11.
* Support for tracing spring-cloud-gateway 4.x in gateway-4.x-plugin.
* Fix re-transform bug when plugin enhanced class proxy parent method.
* Fix error HTTP status codes not recording as SLA failures in Vert.x plugins.