diff --git a/changelog.lua b/changelog.lua index 5ec0b356c..09aaba2c1 100644 --- a/changelog.lua +++ b/changelog.lua @@ -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",