From 37679bf81f870db0bc6963f2a1fca8a74e99b433 Mon Sep 17 00:00:00 2001 From: RDW Date: Fri, 15 Aug 2025 09:08:58 +0200 Subject: [PATCH] Repo: Update the changelog for v0.0.21 --- changelog.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog.lua b/changelog.lua index 3f7f031b6..8e4b86899 100644 --- a/changelog.lua +++ b/changelog.lua @@ -1,4 +1,18 @@ local changelog = { + ["v0.0.21"] = { + breakingChanges = { + "Due to upstream changes, the required version of WebKitGTK has been upgraded", + "The iconv FFI bindings now act on and return structured data instead of primitives ", + }, + newFeatures = { + "Added FFI bindings for libcurl's URL parsing APIs", + "The low-level conversion interface is now part of the iconv FFI bindings", + "Self-contained executables can now load dynamic libraries via the `vfs` API", + }, + improvements = { + "The built-in WebServer should no longer prevent apps from walking the event loop manually", + }, + }, ["v0.0.20"] = { breakingChanges = { "Due to a larger rework in the RML library, its WebGPU render interface has seen significant changes",