Skip to content

Commit efccc1f

Browse files
authored
Merge pull request #704 from evo-lua/changelog-update-v0.0.21
Update the changelog for v0.0.21
2 parents 1870ece + 37679bf commit efccc1f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

changelog.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
local changelog = {
2+
["v0.0.21"] = {
3+
breakingChanges = {
4+
"Due to upstream changes, the required version of WebKitGTK has been upgraded",
5+
"The iconv FFI bindings now act on and return structured data instead of primitives ",
6+
},
7+
newFeatures = {
8+
"Added FFI bindings for libcurl's URL parsing APIs",
9+
"The low-level conversion interface is now part of the iconv FFI bindings",
10+
"Self-contained executables can now load dynamic libraries via the `vfs` API",
11+
},
12+
improvements = {
13+
"The built-in WebServer should no longer prevent apps from walking the event loop manually",
14+
},
15+
},
216
["v0.0.20"] = {
317
breakingChanges = {
418
"Due to a larger rework in the RML library, its WebGPU render interface has seen significant changes",

0 commit comments

Comments
 (0)