Skip to content

Commit

Permalink
Merge pull request #269 from evo-lua/changelog-update-v0.0.10
Browse files Browse the repository at this point in the history
Update the changelog for v0.0.10
  • Loading branch information
Duckwhale committed Aug 14, 2023
2 parents 6ef9491 + e7cc149 commit 1ec411a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.lua
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down

0 comments on commit 1ec411a

Please sign in to comment.