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`.