Skip to content

Commit

Permalink
update changelog (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed May 15, 2024
1 parent 8b747dd commit ae78235
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

### 14-May-2024

sokol_fetch.h: A minor breaking change in which hopefully doesn't affect anybody:

The function typedef `sfetch_callback_t` has been removed and the type signature
for the callback has been directly embedded in the `sfetch_request_t` struct. This
is a preparation for adding sokol_fetch.h to the language bindings (first in
sokol-zig, see this PR for details: https://github.com/floooh/sokol/pull/1048).

### 13-May-2024

Official bindings for the **D language** have been added, like the other official
Expand Down

0 comments on commit ae78235

Please sign in to comment.