From f9165c472e103a2f998654d13887200d63f4c6c9 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 4 May 2025 13:31:08 -0700 Subject: [PATCH] docs: add gcc15 to changelog --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 664570043..d498e3242 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -19,6 +19,7 @@ + `pm` was updated to reflect the latest official behavior. + `ncm` was partially updated to reflect the latest official behavior. + `erpt` was updated to reflect the latest official behavior. ++ Atmosphère was updated to use GCC 15/newlib (latest devkitA64/devkitARM releases). + A number of improvements were made to the dmnt cheat engine. + New instructions were added, and instructions were updated for improved/new functionality. + Please see the documents for details -- thanks @tomvita!