From e7cc149f79cd1df4898eb6a14425bb4f02e0ae5b Mon Sep 17 00:00:00 2001 From: RDW Date: Mon, 14 Aug 2023 11:34:17 +0200 Subject: [PATCH] Repo: Update the changelog for v0.0.10 --- changelog.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.lua b/changelog.lua index 9e6cec96..dd1a067c 100644 --- a/changelog.lua +++ b/changelog.lua @@ -1,4 +1,10 @@ local changelog = { + ["v0.0.10"] = { + newFeatures = { + "Add a function to encode TGA images to the `C_ImageProcessing` API namespace", + "Add a function to swap pixel formats to the stbi FFI bindings", + }, + }, ["v0.0.9"] = { newFeatures = { "Added a new `C_ImageProcessing` API namespace (higher-level convenience layer on top of the `stbi` library)",