Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

--------------------------------------------------------------------------------

## 0.32.3

Released 2025/09/13.

### Changed

* Changed parsing to accept -2 for tombstone values in `.debug_line`,
`.debug_aranges`, `.debug_loclists`, and `.debug_rnglists`.
[#791](https://github.com/gimli-rs/gimli/pull/791)

### Added

* Added more x86-64 register definitions.
[#794](https://github.com/gimli-rs/gimli/pull/794)

--------------------------------------------------------------------------------

## 0.32.2

Released 2025/08/26.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gimli"
version = "0.32.2"
version = "0.32.3"
categories = ["development-tools::debugging", "development-tools::profiling", "parser-implementations"]
description = "A library for reading and writing the DWARF debugging format."
documentation = "https://docs.rs/gimli"
Expand Down