diff --git a/CHANGELOG.md b/CHANGELOG.md index b71ea2374..e9deb1461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - 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 + added. When this is set to true, sokol-app will overwrite the HTML `document.title` property 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).