From e2d9e6b9a28d21eb72b8da6c7fbf448f8cafbb30 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Tue, 12 Aug 2025 09:19:12 +0200 Subject: [PATCH] docs: Fix typo in PR number for 6.24.0 changelog --- CHANGELOG.asciidoc | 2 +- docs/release-notes/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 63817c5cd..484269c89 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -52,7 +52,7 @@ endif::[] * Fix asgi middleware distributed tracing {pull}2334[#2334] * Fix typing of start in Span / capture_span to float {pull}2335[#2335] * Fix azure instrumentation client_class and metrics sets invocation {pull}2337[#2337] -* Fix mysql_connector instrumentation connection retrieval {pull}2334[#2334] +* Fix mysql_connector instrumentation connection retrieval {pull}2344[#2344] * Remove spurious Django QuerySet evaluation in case of database errors {pull}2158[#2158] [[release-notes-6.23.0]] diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index edbe75561..42c84cb88 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -36,7 +36,7 @@ To check for security updates, go to [Security announcements for the Elastic sta * Fix asgi middleware distributed tracing [#2334](https://github.com/elastic/apm-agent-python/pull/2334) * Fix typing of start in Span / capture_span to float [#2335](https://github.com/elastic/apm-agent-python/pull/2335) * Fix azure instrumentation client_class and metrics sets invocation [#2337](https://github.com/elastic/apm-agent-python/pull/2337) -* Fix mysql_connector instrumentation connection retrieval [#2334](https://github.com/elastic/apm-agent-python/pull/2334) +* Fix mysql_connector instrumentation connection retrieval [#2344](https://github.com/elastic/apm-agent-python/pull/2344) * Remove spurious Django QuerySet evaluation in case of database errors [#2158](https://github.com/elastic/apm-agent-python/pull/2158) ## 6.23.0 [elastic-apm-python-agent-6230-release-notes]