diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4fb2db5e..704e1dee9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +0.31.2 +--- + +* **general** + * update the `net` submodule to updated version with `Buffers` implementation + +* **compiler** + * `syscall`: add wasm_unknown tag to some additional files so it can compile more code + +* **standard library** + * `runtime`: add Frame.Entry field + + 0.31.1 ---