Skip to content

Commit fb4d1e8

Browse files
authored
Nit fixes to index.md release notes (#4231)
Fixing some release note typos
1 parent d9f2057 commit fb4d1e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/release-notes/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ To check for security updates, go to [Security announcements for the Elastic sta
229229
**Release date:** August 7, 2023
230230

231231
### Features and enhancements [elastic-apm-java-agent-1-41-1-features-enhancements]
232-
* Replaced thread-local IO buffers with pooled ones for virtual thread friendliness - [#3239](https://github.com/elastic/apm-agent-java/pull/#3239)
232+
* Replaced thread-local IO buffers with pooled ones for virtual thread friendliness - [#3239](https://github.com/elastic/apm-agent-java/pull/3239)
233233

234234
### Fixes [elastic-apm-java-agent-1-41-1-fixes]
235235
* Fixed Micrometer histograms to be correctly exported with non-cumulative bucket counts - [#3264](https://github.com/elastic/apm-agent-java/pull/3264)
@@ -267,8 +267,8 @@ To check for security updates, go to [Security announcements for the Elastic sta
267267
### Features and enhancements [elastic-apm-java-agent-1-39-0-features-enhancements]
268268
* Capture S3 operation details as OTel attributes - [#3136](https://github.com/elastic/apm-agent-java/pull/3136)
269269
* Added support for recording AWS lambda transactions even if the JVM crashes or runs into a timeout - [#3134](https://github.com/elastic/apm-agent-java/pull/3134)
270-
* Add extra built-in metrics: `jvm.fd.*` and `jvm.memory.pool.non_heap.*` - [#3147](https://github.com/elastic/apm-agent-java/pull/)
271-
* Capture `span.sync` = `false` for some async spans plugins - [#3164](https://github.com/elastic/apm-agent-java/pull/)
270+
* Add extra built-in metrics: `jvm.fd.*` and `jvm.memory.pool.non_heap.*` - [#3147](https://github.com/elastic/apm-agent-java/pull/3147)
271+
* Capture `span.sync` = `false` for some async spans plugins - [#3164](https://github.com/elastic/apm-agent-java/pull/3164)
272272

273273
### Fixes [elastic-apm-java-agent-1-39-0-fixes]
274274
* Fixed classloading for OpenTelemetry dependencies in external plugins - [#3154](https://github.com/elastic/apm-agent-java/pull/3154)

0 commit comments

Comments
 (0)