Notable changes to this project should be documented in this file.
The format is based on Keep a Changelog.
The backtrace crate attempts to adhere to the modified Cargo interpretation of SemVer.
As a unique component of std it may make exceptional changes in order to support std.
0.3.76 - 2025-09-26
- Fix inverted polarity of "full printing" logic in rust-lang#726: Previously we used to do the opposite of what you would expect.
- Windows: Removed hypothetical soundness risk from padding bytes in rust-lang#737
- Fuchsia: Added appropriate alignment checks during
Elf_Nhdrparsing in rust-lang#725 - Cygwin: Added support in rust-lang#704
- Windows (32-bit Arm): Restore support in rust-lang#685
- NuttX (32-bit Arm): Use builtin
_Unwind_GetIPin rust-lang#692 - RTEMS: Enable libunwind in rust-lang#682
- Update cpp_demangle to 0.5 in rust-lang#732
- Update memchr to 2.7.6 in rust-lang#734
- Switch from windows-targets to windows-link in rust-lang#727
- Update ruzstd to 0.8.1 in rust-lang#718
- Update object to 0.37 in rust-lang#718
- Update addr2line to 0.25 in rust-lang#718