From c8bbb0410306dccde77b74bc5177544e07ac3e58 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Thu, 6 Apr 2023 21:31:30 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 463101d64c..7514bd2192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Add `FileDiagnosticLogger` to assist with debugging the SDK ([#2242](https://github.com/getsentry/sentry-dotnet/pull/2242)) - Attach stack trace when events have captured an exception without a stack trace ([#2266](https://github.com/getsentry/sentry-dotnet/pull/2266)) - Add `Scope.Clear` and `Scope.ClearBreadcrumbs` methods ([#2284](https://github.com/getsentry/sentry-dotnet/pull/2284)) +- .NET SDK changes for exception groups ([#2287](https://github.com/getsentry/sentry-dotnet/pull/2287)) - Improvements to exception mechanism data ([#2294](https://github.com/getsentry/sentry-dotnet/pull/2294)) ### Fixes