Releases: EmbarkStudios/crash-handling
Releases · EmbarkStudios/crash-handling
sadness-generator-0.7.0
Changed
- PR#111 updated MSRV to 1.85.0.
minidumper-0.9.0
crash-handler-0.7.0
crash-context-0.7.0
crash-handler-0.6.3
Fixed
- PR#94 resolved a case of UB, resolving #93. Thanks @Chain-Fox!
- PR#96 resolved #92 by avoid creating a copy of the crash context on the stack, which on
aarch64-linuxwould result in a stack overflow in the signal handler.
Added
- PR#96 added testing of
aarch64-linuxto CI.
Changed
- PR#95 updated crates, and changed the edition to 2024.
sadness-generator-0.6.0
Changed
- Update MSRV to 1.62.0
minidumper-0.8.3
- Lint fix
crash-handler-0.6.2
Added
- PR#86 (carrying on from PR#85) added support for vectored exception handlers on Windows, which can catch heap corruption exceptions that the vanilla exception handler cannot catch. Thanks Tom!!
crash-context-0.6.2
Changed
- Update MSRV to 1.62.0
minidumper-0.8.2
Changed
- PR#83 updated
scrollto 0.12.