Skip to content

Commit

Permalink
Add change-log entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Mar 29, 2024
1 parent e452770 commit e04330f
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**:

Expand All @@ -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**:
Expand Down

0 comments on commit e04330f

Please sign in to comment.