Skip to content

Commit

Permalink
Repo: Update the changelog for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jun 7, 2023
1 parent 12f52e0 commit 1a751f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
local changelog = {
["v0.0.4"] = {
newFeatures = {
"The runtime now includes a new `stbi` library (powered by stb) that allows converting between common image formats",
},
breakingChanges = {
"Split `ReadDirectory` and `ReadDirectoryTree` (for recursive mode) in the `C_FileSystem` API namespace",
},
},
["v0.0.3"] = {
newFeatures = {
"The runtime now includes a new `json` library (powered by rapidjson) that allows converting between JSON strings and Lua tables",
Expand Down

0 comments on commit 1a751f3

Please sign in to comment.