Skip to content

Commit c6331df

Browse files
authored
Fix CHANGES.md. Move other features out of kernel update. (#589)
Other changes should be in the feature list.
1 parent c38a19c commit c6331df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ Release Notes.
1111
* Implement new naming policies for names of auxiliary type, interceptor delegate field, renamed origin method, method
1212
access name, method cache value field. All names are under `sw$` name trait. They are predictable and unchanged after
1313
re-transform.
14-
* Fix witness class in springmvc-annotation-5.x-plugin to avoid falling into v3 use cases.
15-
* Fix Jedis-2.x plugin bug and add test for redis cluster scene
16-
* Merge two instrumentation classes to avoid duplicate enhancements in mysql plugins.
1714

1815
```
1916
* SWAuxiliaryTypeNamingStrategy
@@ -135,7 +132,7 @@ Callable {
135132

136133
* Support Jdk17 ZGC metric collect
137134
* Support Jetty 11.x plugin
138-
* Support access the sky-walking tracer context in spring gateway filter
135+
* Support access to the sky-walking tracer context in spring gateway filter
139136
* Fix the scenario of using the HBase plugin with spring-data-hadoop.
140137
* Add RocketMQ 5.x plugin
141138
* Fix the conflict between the logging kernel and the JDK threadpool plugin.
@@ -149,7 +146,10 @@ Callable {
149146
* Upgrade guava to 32.0.1
150147
* Fix issue with duplicate enhancement by ThreadPoolExecutor
151148
* Add plugin to support for RESTeasy 6.x.
152-
* Fix the conditions for resetting uuid, avoid the same uuid causing the configuration not to be updated.
149+
* Fix the conditions for resetting UUID, avoid the same uuid causing the configuration not to be updated.
150+
* Fix witness class in springmvc-annotation-5.x-plugin to avoid falling into v3 use cases.
151+
* Fix Jedis-2.x plugin bug and add test for Redis cluster scene
152+
* Merge two instrumentation classes to avoid duplicate enhancements in MySQL plugins.
153153

154154
#### Documentation
155155

0 commit comments

Comments
 (0)