From 08a2501ac0d454b47f9d73f5953038149c35436e Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 4 Sep 2024 19:12:53 +0200 Subject: [PATCH] update changelog (https://github.com/floooh/sokol-tools/pull/147) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c956a54d..a0036c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +#### **04-Sep-2024** + +The Zig code generator (`-f sokol_zig`) now generates runtime reflection functions +when the cmdline arg `--reflection` is present. + +See issue https://github.com/floooh/sokol-tools/issues/117 and PR https://github.com/floooh/sokol-tools/pull/147. + +Many thanks to @Interrupt for the implementation! + #### **03-Sep-2024** Merged PR https://github.com/floooh/sokol-tools/pull/146 which adds more detailed