Skip to content

Commit

Permalink
Merge pull request #225 from evo-lua/changelog-update-v0.0.5
Browse files Browse the repository at this point in the history
Update the changelog for v0.0.5
  • Loading branch information
rdw-software authored Jun 19, 2023
2 parents 3c5e505 + b3402e2 commit 827f120
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
local changelog = {
["v0.0.5"] = {
newFeatures = {
"The runtime now includes bindings to the `miniz` library as a complimentary API to the existing `zlib` bindings",
"Also included is a new `regex` library (powered by PCRE2) for dealing with regular expressions",
"It's now possible to use the `evo build` command to create standalone executables from Lua apps",
},
},
["v0.0.4"] = {
newFeatures = {
"The runtime now includes a new `stbi` library (powered by stb) that allows converting between common image formats",
Expand Down

0 comments on commit 827f120

Please sign in to comment.