From accf40eb3539c5246e03ce07bca90438c6eaf1c9 Mon Sep 17 00:00:00 2001 From: Alan West <3676547+alanwest@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:25:03 -0800 Subject: [PATCH] Update changelog for #5252 --- src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md b/src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md index 17d2cb4654e..d3a6f7bd3f4 100644 --- a/src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md +++ b/src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md @@ -21,6 +21,14 @@ Released 2024-Feb-09 (see: [dotnet/aspnetcore#52652](https://github.com/dotnet/aspnetcore/pull/52652)). ([#5135](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5135)) +* Fixes scenario when the `net6.0` target of this library is loaded into a + .NET 7+ process and the instrumentation does not behave as expected. This + is an unusual scenario that does not affect users consuming this package + normally. This fix is primarily to support the + [opentelemetry-dotnet-instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5252) + project. + ([#5252](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5252)) + ## 1.7.0 Released 2023-Dec-13