From fa31ff7bd7af9ba7154ccf7cf5bf246628d94fc9 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Thu, 24 Jun 2021 09:16:00 +0200 Subject: [PATCH] meta: Update Changelog (#556) --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953d49303..ea34c3825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## Unreleased + +**Fixes**: + +- Fix a potential deadlock in macOS modulefinder. +- Lower Stack usage, to lower change of stack overflows. +- Avoid a double-free when parsing an invalid DSN. +- Improvements to Unity Builds and 32-bit Builds. +- Fix infinite recursion in signal handler by correctly cleaning up on shutdown. + +**Internal**: + +- Update Crashpad and Breakpad submodules to 2021-06-14. + +**Thank you**: + +Features, fixes and improvements in this release have been contributed by: + +- [@janisozaur](https://github.com/janisozaur) +- [@bschatt](https://github.com/bschatt) +- [@GenuineAster](https://github.com/GenuineAster) + ## 0.4.9 **Features**: