From 0e52438ffe4055b8e6a64416744e110da26e8f04 Mon Sep 17 00:00:00 2001 From: RDW Date: Mon, 25 Sep 2023 00:04:12 +0200 Subject: [PATCH] Repo: Update the changelog for v0.0.11 --- changelog.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.lua b/changelog.lua index dd1a067ce..85ca71a5b 100644 --- a/changelog.lua +++ b/changelog.lua @@ -1,4 +1,13 @@ local changelog = { + ["v0.0.11"] = { + newFeatures = { + "Integrated FFI bindings to `iconv` that allow converting between different character encodings", + "A number of additional console colors are now supported by the `transform` library", + }, + fixes = { + "Fixed an issue in the C_ImageProcessing API that could lead to images being decoded as RGB (instead of RGBA))", + }, + }, ["v0.0.10"] = { newFeatures = { "Add a function to encode TGA images to the `C_ImageProcessing` API namespace",