From cb42c3a1438f351ae74e69f338b0d5cab0cba35b Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Fri, 5 Dec 2025 18:14:49 +0100 Subject: fix changelog typos --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b9d95fe..5a9ca88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,13 @@ ### 05-Dec-2025 - sokol_gfx_imgui.h: a breaking update to harmonize the API with the other sokol - headers, and make the sokol_gfx_imgui.h header more language-binding-friend: + headers, and make the sokol_gfx_imgui.h header more language-binding-friendly: - all 'internal state' structs have been moved from the public API into the - implementation block + private implementation block - the 'context arg' has been removed from the public API functions - `sgimgui_init()` has been renamed to `sgimgui_setup()` - `sgimgui_discard()` has been renamed to `sgimgui_shutdown()` - - optional function to draw inidividual menu items have been added + - optional functions to draw inidividual menu items have been added (as alternative to the all-in-one `sgimgui_draw_menu()`) - the optional window drawing functions now take a `title` argument -- cgit v1.2.3