diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cfb619e..fb9eb9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +**Internal** + +- Emit a MODULE record for PE files ([#814](https://github.com/getsentry/symbolic/pull/814)) + ## 12.4.1 **Fixes** @@ -13,6 +19,7 @@ - `discover_sourcemaps_location` returns source mapping URLs without query parameters or fragments ([#809](https://github.com/getsentry/symbolic/pull/809)) **Internal** + - Updated `gimli`, `goblin`, `indexmap`, and `minidump` dependencies ([#811](https://github.com/getsentry/symbolic/pull/811)) - `Cargo.lock` is now included in the repository ([#811](https://github.com/getsentry/symbolic/pull/811)) diff --git a/symbolic-cfi/src/lib.rs b/symbolic-cfi/src/lib.rs index b78f9c04..a8738767 100644 --- a/symbolic-cfi/src/lib.rs +++ b/symbolic-cfi/src/lib.rs @@ -1244,7 +1244,7 @@ impl CfiCache<'static> { if let Object::Pe(pe) = object { let debug_file = pe.debug_file_name(); if let Some(debug_file) = debug_file { - write!( + writeln!( buffer, "MODULE windows {} {} {debug_file}", object.arch().name(),