diff --git a/src/OpenTelemetry/CHANGELOG.md b/src/OpenTelemetry/CHANGELOG.md index 4bf41e55aec..1ba0afa19c7 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))