Skip to content

Commit ba405b9

Browse files
authored
chore: update changelog (#486)
1 parent a68e51c commit ba405b9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

web/src/changelog.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
{
2-
"Interface - Misc": [
2+
"Interface - Bugs": [
33
{
44
"issueId": 480,
55
"url": "pull/480",
66
"description": "Fix text wrap in output"
7+
},
8+
{
9+
"issueId": 485,
10+
"url": "pull/485",
11+
"description": "Fix data race when WASM program prints after exit"
712
}
813
],
914
"Go - WebAssembly": [
1015
{
1116
"issueId": 481,
1217
"url": "pull/481",
1318
"description": "Upgrade to Go 1.24"
19+
},
20+
{
21+
"issueId": 484,
22+
"url": "pull/484",
23+
"description": "Fix output of Go panics"
1424
}
1525
]
1626
}

0 commit comments

Comments
 (0)