Skip to content

Commit 3c62435

Browse files
authored
chore: rectify changelog link and formatting (#1106)
1 parent e425d27 commit 3c62435

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@
33
## Unreleased
44

55
**Features**:
6-
- [NDK] Expose option to set handler strategy ([#1099](https://github.com/getsentry/sentry-native/pull/1099))
7-
- Add Linux distributions to the OS context. [#963](https://github.com/getsentry/sentry-native/pull/963)
6+
7+
- [NDK] Expose option to set handler strategy. ([#1099](https://github.com/getsentry/sentry-native/pull/1099))
8+
- Add Linux distributions to the OS context. ([#963](https://github.com/getsentry/sentry-native/pull/963))
89

910
**Fixes**:
10-
- 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))
11+
12+
- 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))
1113

1214
## 0.7.16
1315

1416
**Features**:
17+
1518
- Add SOCKS5 proxy support for macOS and Linux. ([#1063](https://github.com/getsentry/sentry-native/pull/1063))
16-
- Extend performance API with explicit timings ([#1093](https://github.com/getsentry/sentry-native/pull/1093))
19+
- Extend performance API with explicit timings. ([#1093](https://github.com/getsentry/sentry-native/pull/1093))
1720

1821
## 0.7.15
1922

@@ -25,7 +28,7 @@
2528

2629
**Features**:
2730

28-
- Android NDK: Add `.loadNativeLibraries()` method to allow pre-loading .so files ([#1082](https://github.com/getsentry/sentry-native/pull/1082))
31+
- Android NDK: Add `.loadNativeLibraries()` method to allow pre-loading .so files. ([#1082](https://github.com/getsentry/sentry-native/pull/1082))
2932
- 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))
3033

3134
**Thank you**:

0 commit comments

Comments
 (0)