From 881dfea6b9eb4424208a99f43d9d9d1cf9bbfb15 Mon Sep 17 00:00:00 2001 From: lmp Date: Wed, 1 Jan 2025 15:39:58 +0100 Subject: [PATCH] docs: update `CHANGELOG.md` --- docs/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7873c13..30236df 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,6 +8,9 @@ * **WIP** Rewrite `shy export` internals - Exporting to an `AppImage` on Linux now works via `shy export appimage ...` - Exporting to the Web (via `emcc`) now works via `shy export wasm ...` +* Due to V's switch to using `-skip-unused` per default, `@[markused]` is no longer required + when overriding `init/0`, `fixed_update/1`, `variable_update/1`, `frame/1`, `event/1` and `shutdown/0` + application embedded methods from the `embed` module. #### Breaking changes