From eca511bc830031ed1fed26d4959254f9e9832def Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Tue, 9 Apr 2024 20:09:52 +0100 Subject: [PATCH] Add a changelog entry for the new backtraces --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417d09c5..8b24e482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added a new crash screen which provides a mechanism for seeing a full stack trace of your program when it panics. + This requires a change to your `.cargo/config.toml`. You must add the rust flag `"-Cforce-frame-pointers=yes"` to + your rustflags field. - Initial unicode support for font rendering. - Kerning support for font rendering.