diff options
author | deadprogram <[email protected]> | 2024-03-10 10:14:17 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-03-10 15:13:23 +0100 |
commit | 6384ecace093df2d0b93915886954abfc4ecfe01 (patch) | |
tree | 7bb30657227cbc9a7d390bb82e53cf87783380dc | |
parent | 38881a28502cff4ae1a0a29d74570188ce7c8a07 (diff) | |
download | tinygo-6384ecace093df2d0b93915886954abfc4ecfe01.tar.gz tinygo-6384ecace093df2d0b93915886954abfc4ecfe01.zip |
docs: update CHANGELOG for 0.31.2 patch releasev0.31.2
Signed-off-by: deadprogram <[email protected]>
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4fb2db5..704e1dee9 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 --- |