From ef8bea48cbb5c04fba4cf5f6f9d989aa5f9891fe Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Fri, 10 Dec 2021 15:48:40 +0100 Subject: [PATCH] meta: Update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea936113ed..538ad92cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,27 @@ **Features** - Add client-side stackwalking on Linux, Windows, and macOS (disabled by default). +- CMake: add ability to set solution folder name. +- Add AIX support. + +**Fixes** + +- CMake: check whether libcurl was already found. +- Increment CXX standard version to 14 to allow crashpad to build. **Internal**: - Update Crashpad and Breakpad submodules to 2021-12-03. +**Thank you**: + +Features, fixes and improvements in this release have been contributed by: + +- [@Mixaill](https://github.com/Mixaill) +- [@ladislavmacoun](https://github.com/ladislavmacoun) +- [@NattyNarwhal](https://github.com/NattyNarwhal) +- [@mjvankampen](https://github.com/mjvankampen) + ## 0.4.12 **Features**: