Skip to content

Commit

Permalink
update changelog (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 12, 2025
1 parent 9771056 commit 1899733
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1899733

Please sign in to comment.