From 27f2aeebe972c9f49575266a5b1f9e73ef3944e7 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Tue, 5 Mar 2024 14:21:14 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff8753c8f..f89e108453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +### API changes + +- Removed `SentryOptionsExtensions` class - all the public methods moved directly to `SentryOptions` ([#3195](https://github.com/getsentry/sentry-dotnet/pull/3195)) + ## 4.2.1 ### Fixes