Skip to content

Commit d31cab9

Browse files
committed
changelog: reword feature as bugfix
1 parent dac728f commit d31cab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Even when matching on the main class name or on system properties,
6464
* Update Byte-buddy to `1.11.0` - {pull}1769[#1769]
6565
* Support for user.domain {pull}1756[#1756]
6666
* JAX-RS supports javax.ws.rs.PATCH
67-
* Optimize instrumentaion by avoiding stack-frame computation for Java7+ bytecode - {pull}1758[#1758]
6867
6968
[float]
7069
===== Bug fixes
@@ -75,6 +74,7 @@ Even when matching on the main class name or on system properties,
7574
* Fix `NullPointerException` on legacy Apache client instrumentation when host is `null` - {pull}1746[#1746]
7675
* Apply consistent proxy class exclusion heuristic - {pull}1738[#1738]
7776
* Fix micrometer serialization error - {pull}1741[#1741]
77+
* Optimize & avoid `ensureInstrumented` deadlock by skipping stack-frame computation for Java7+ bytecode - {pull}1758[#1758]
7878
7979
[float]
8080
===== Refactors

0 commit comments

Comments
 (0)