aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-12-05 18:14:49 +0100
committerAndre Weissflog <floooh@gmail.com>2025-12-05 18:14:49 +0100
commitcb42c3a1438f351ae74e69f338b0d5cab0cba35b (patch)
tree9b7bbf92ab3d20b91538df1b30e6996838f6488e
parent54267b0a0aead6817ab44d81790917be206f8dc1 (diff)
fix changelog typos
-rw-r--r--CHANGELOG.md6
1 files 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