From 3c62435a2ca49252677bc2996e11be7597c3dffa Mon Sep 17 00:00:00 2001 From: Mischan Toosarani-Hausberger Date: Wed, 18 Dec 2024 10:34:25 +0100 Subject: [PATCH] chore: rectify changelog link and formatting (#1106) --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 781c712d4..51a6da37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,17 +3,20 @@ ## Unreleased **Features**: -- [NDK] Expose option to set handler strategy ([#1099](https://github.com/getsentry/sentry-native/pull/1099)) -- Add Linux distributions to the OS context. [#963](https://github.com/getsentry/sentry-native/pull/963) + +- [NDK] Expose option to set handler strategy. ([#1099](https://github.com/getsentry/sentry-native/pull/1099)) +- Add Linux distributions to the OS context. ([#963](https://github.com/getsentry/sentry-native/pull/963)) **Fixes**: -- Add metadata pointer check to prevent crash on cleaning crashpad database. ([#1102](https://github.com/getsentry/sentry-native/pull/1102), [crashpad#1064](https://github.com/getsentry/sentry-native/issues/1064)) + +- Add metadata pointer check to prevent crashes when cleaning the `crashpad` database. ([#1102](https://github.com/getsentry/sentry-native/pull/1102), [crashpad#115](https://github.com/getsentry/crashpad/pull/115)) ## 0.7.16 **Features**: + - Add SOCKS5 proxy support for macOS and Linux. ([#1063](https://github.com/getsentry/sentry-native/pull/1063)) -- Extend performance API with explicit timings ([#1093](https://github.com/getsentry/sentry-native/pull/1093)) +- Extend performance API with explicit timings. ([#1093](https://github.com/getsentry/sentry-native/pull/1093)) ## 0.7.15 @@ -25,7 +28,7 @@ **Features**: -- Android NDK: Add `.loadNativeLibraries()` method to allow pre-loading .so files ([#1082](https://github.com/getsentry/sentry-native/pull/1082)) +- Android NDK: Add `.loadNativeLibraries()` method to allow pre-loading .so files. ([#1082](https://github.com/getsentry/sentry-native/pull/1082)) - Fill the `ucontext_t` field in the `sentry_ucontext_t` `[on_crash|before_send]`-hook parameter on `macOS` from the `breakpad` backend. ([#1083](https://github.com/getsentry/sentry-native/pull/1083), [breakpad#39](https://github.com/getsentry/breakpad/pull/39)) **Thank you**: