diff options
| author | Stefan Boberg <[email protected]> | 2023-05-31 12:59:25 -0400 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-31 12:59:25 -0400 |
| commit | 073ebb2204bf43d6db8ea558e39c4f11464810c3 (patch) | |
| tree | 76183aa2f756b062827f1c17de9d15acfe3dbe40 | |
| parent | bump version to test sentry upload (diff) | |
| download | zen-073ebb2204bf43d6db8ea558e39c4f11464810c3.tar.xz zen-073ebb2204bf43d6db8ea558e39c4f11464810c3.zip | |
Added Sentry debug information note to CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 57036bb7d..b68527393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Bugfix: Zen CLI command help now include descriptions for positional arguments - Improvement: Throw exception with information on failed memory allocation instead of calling ZEN_ASSERT - Improvement: Added support for streaming decompression +- Improvement: Added zenserver.exe and zen.exe/zen.pdb to Sentry debug information upload to populate unwind information - Update: Bump CI VCPKG version to 2023.04.15 and xmake to 2.7.9 (was 2022.08.15 and 2.6.5) ## 0.2.12 |