From 53fca31fad201ab25ffe25a3db26fc45dc74703a Mon Sep 17 00:00:00 2001 From: wreulicke <12907474+wreulicke@users.noreply.github.com> Date: Thu, 8 Apr 2021 20:00:21 +0900 Subject: [PATCH] Add reference to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5b4094400..54c1e5dbd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Unreleased * Feat: Add option to ignore exceptions by type (#1352) -* Fix: Fix NPE when MDC contains null values (#1364) +* Fix: Fix NPE when MDC contains null values (#1364, #1385) * Feat: Sentry closes Android NDK and ShutdownHook integrations (#1358) * Enhancement: Allow inheritance of SentryHandler class in sentry-jul package(#1367) * Fix: Accept only non null value maps (#1368)