diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d5dbbff..b71ea2374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Updates +### 12-Jan-2025 + +- The Jai and D langauge bindings now also have integrated comments + (see https://github.com/floooh/sokol/pull/1182 and https://github.com/floooh/sokol/pull/1183). +- sokol_app.h html5: a new init flag `sapp_desc.html5_update_document_title` has been + added. When this is set to true, sokol-app will overwritethe HTML `document.title` with + the `sapp_desc.window_title` string (also see issue https://github.com/floooh/sokol/issues/1132 + and PR https://github.com/floooh/sokol/pull/1182). + ### 11-Jan-2025 The language bindings code-generation can now extract comments from the C headers