Skip to content

Commit

Permalink
Repo: Update the changelog for v.0.0.16
Browse files Browse the repository at this point in the history
Many APIs are missing from the newly-introduced bindings, but it's enough to start experimenting with :)
  • Loading branch information
rdw-software committed Jan 9, 2024
1 parent 105714a commit 0488acd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
local changelog = {
["v0.0.16"] = {
newFeatures = {
"Added FFI bindings for RmlUI (including a WebGPU render interface)",
"Added FFI bindings for LabSound ",
"glfwSetWindowIcon is now exposed via the GLFW FFI bindings",
},
},
["v0.0.15"] = {
newFeatures = {
"Introduced a new `etrace` library for realtime event tracing",
Expand Down

0 comments on commit 0488acd

Please sign in to comment.