From 3136a49ac0687d78b6d6ccf57b8235410977d01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Wed, 15 May 2024 06:43:53 +0200 Subject: [PATCH] changelog - formatting --- src/OpenTelemetry/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenTelemetry/CHANGELOG.md b/src/OpenTelemetry/CHANGELOG.md index 4bf41e55ae..1ba0afa19c 100644 --- a/src/OpenTelemetry/CHANGELOG.md +++ b/src/OpenTelemetry/CHANGELOG.md @@ -25,7 +25,7 @@ supported in stable builds. ([#5607](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5607)) -* Fixed the nullable annotations for the SamplingResult constructors +* Fixed the nullable annotations for the `SamplingResult` constructors to allow `null` being supplied as `attributes` or `traceStateString` which has always been supported. ([#5614](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5614))