We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1870ece + 37679bf commit efccc1fCopy full SHA for efccc1f
1 file changed
changelog.lua
@@ -1,4 +1,18 @@
1
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
16
["v0.0.20"] = {
17
breakingChanges = {
18
"Due to a larger rework in the RML library, its WebGPU render interface has seen significant changes",
0 commit comments