diff --git a/CHANGELOG.md b/CHANGELOG.md index feda93927..bd535ce5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,25 @@ # Changelog -## 0.7.1 +## Unreleased **Features**: - Add optional Gzip transport compression via build option `SENTRY_TRANSPORT_COMPRESSION`. Requires system `zlib`. ([#954](https://github.com/getsentry/sentry-native/pull/954)) -- Add user feedback capability to the Native SDK ([#966](https://github.com/getsentry/sentry-native/pull/966)) + +**Fixes**: + +- Fix the Linux build when targeting RISC-V. ([#972](https://github.com/getsentry/sentry-native/pull/972)) + +**Thank you**: + +- [@Strive-Sun](https://github.com/Strive-Sun) +- [@jwinarske](https://github.com/jwinarske) + +## 0.7.1 + +**Features**: + +- Add user feedback capability to the Native SDK. ([#966](https://github.com/getsentry/sentry-native/pull/966)) **Internal**: @@ -15,10 +29,6 @@ - Add usage of the breadcrumb `data` property to the example. [#951](https://github.com/getsentry/sentry-native/pull/951) -**Thank you**: - -- [@Strive-Sun](https://github.com/Strive-Sun) - ## 0.7.0 **Breaking changes**: