From b6424d4f4a7c8f83cf2995f7aae502ca9afb2eaa Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Thu, 12 May 2022 10:41:37 +0200 Subject: [PATCH] chore: fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b599d48..3abd9b89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Features - Linux native crash support ([#734](https://github.com/getsentry/sentry-unity/pull/734)) +- Automatic user IDs on native crashes & .NET events ([#728](https://github.com/getsentry/sentry-unity/pull/728)) ## 0.16.0 @@ -12,7 +13,6 @@ - macOS native crash support ([#710](https://github.com/getsentry/sentry-unity/pull/710)) - The SentryUnityOptions now provide a method to disable the UnityLoggingIntegration ([#724](https://github.com/getsentry/sentry-unity/pull/724)) -- Automatic user IDs on native crashes & .NET events ([#728](https://github.com/getsentry/sentry-unity/pull/728)) ### Fixes