From 7cba7bbcc1e3e704f3428e70c99cabcdb475b005 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Wed, 6 May 2026 13:07:35 +0200 Subject: [PATCH] Remove duplicate fix entry in CHANGELOG Removed duplicate entry for avoiding stack overflow when deserializing large flat JSON objects. --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c606a2bc..9b945938d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ - Fix soft input keyboard not being shown on the Feedback form ([#5359](https://github.com/getsentry/sentry-java/pull/5359)) - Fix shake-to-report not triggering on some devices due to high acceleration threshold ([#5366](https://github.com/getsentry/sentry-java/pull/5366)) - Fix feedback form retaining previous message when shown again via shake ([#5366](https://github.com/getsentry/sentry-java/pull/5366)) +- Avoid stack overflow when deserializing large flat JSON objects ([#5361](https://github.com/getsentry/sentry-java/pull/5361)) ### Dependencies @@ -35,10 +36,6 @@ - [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v950) - [diff](https://github.com/gradle/gradle/compare/v9.4.1...v9.5.0) -### Fixes - -- Avoid stack overflow when deserializing large flat JSON objects ([#5361](https://github.com/getsentry/sentry-java/pull/5361)) - ## 8.40.0 ### Fixes