diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a9f70059..e7578c8afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ API Changes: - Enable `CaptureFailedRequests` by default ([2688](https://github.com/getsentry/sentry-dotnet/pull/2688)) - Additional constructors removed from `TransactionTracer`. ([#2694](https://github.com/getsentry/sentry-dotnet/pull/2694)) - Removed the `Scope.Platform` property as it was never applied ([#2695](https://github.com/getsentry/sentry-dotnet/pull/2695)) -- Consolidated TransactionContext constructors. ([#2696](https://github.com/getsentry/sentry-dotnet/pull/2696)) +- Consolidated TransactionContext constructors and added default values for SpanContext parameters ([#2696](https://github.com/getsentry/sentry-dotnet/pull/2696)) ## Unreleased