From aee7a181c539a0e9e617d2803e2e56dac93b6d02 Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Sat, 19 Oct 2024 16:57:53 -0400 Subject: [PATCH] Note the debug builds for 1.1.8 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88990fa..19df4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ Thanks to **@oddballparty** and a private sponsor for their generosity! - Added `RelWithDebInfo` builds that include Tracy support. These will be distributed on GitHub for all supported platforms, starting with this release. +- Added `Debug` builds that include debugging information and limited optimizations. + Useful for debugging crashes and other issues, + not recommended for general gameplay. - Added a contributor's guide at `CONTRIBUTING.md`. [#107](https://github.com/JesseTG/melonds-ds/issues/107) - Added guidelines for reporting security vulnerabilities at `SECURITY.md`.