Skip to content

Commit

Permalink
meta: Correct changelog (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim authored Feb 22, 2023
1 parent 00b21ab commit 86acf01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

**Breaking changes**:

- Change `DebugSession::source_by_path()` to return `SourceCode` enum with either file content or a URL to fetch it from. ([#758](https://github.com/getsentry/symbolic/pull/758))
- Change `SourceBundleWriter::write_object_with_filter()` filter callback to take `SourceCode`, allowing to include/exclude embedded sources. ([#764](https://github.com/getsentry/symbolic/pull/764))
- Change `DebugSession::source_by_path()` to return a `SourceFileDescriptor` containing either file content or a URL to fetch it from. ([#758](https://github.com/getsentry/symbolic/pull/758),[#762](https://github.com/getsentry/symbolic/pull/762))
- Change `SourceBundleWriter::write_object_with_filter()` filter callback to take `SourceFileDescriptor`, allowing to include/exclude embedded sources. ([#764](https://github.com/getsentry/symbolic/pull/764),[#762](https://github.com/getsentry/symbolic/pull/762))

**Fixes**:

Expand Down

0 comments on commit 86acf01

Please sign in to comment.