Skip to content

Commit

Permalink
Merge pull request #292 from evo-lua/changelog-update-v0.0.11
Browse files Browse the repository at this point in the history
Update the changelog for v0.0.11
  • Loading branch information
rdw-software authored Sep 24, 2023
2 parents ebb68d7 + 0e52438 commit 93d8b0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog.lua
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 93d8b0b

Please sign in to comment.