Skip to content

Commit 107be5a

Browse files
authored
chore: add release notes for v1.13 (#220)
1 parent 9889db3 commit 107be5a

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

web/src/changelog.json

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,40 @@
11
{
2+
"Interface - General": [
3+
{
4+
"issueId": 213,
5+
"url": "/issues/213",
6+
"description": "Improve Go versions selection"
7+
}
8+
],
29
"Interface - IDE": [
310
{
4-
"issueId": 194,
5-
"url": "/pull/194",
6-
"description": "Notify about time.Now() issues when using server environment."
11+
"issueId": 210,
12+
"url": "/issues/210",
13+
"description": "Properly display delayed messages from Go programs executed on server"
14+
},
15+
{
16+
"issueId": 215,
17+
"url": "/pull/215",
18+
"description": "Properly handle WebAssembly programs lifecycle"
19+
},
20+
{
21+
"issueId": 218,
22+
"url": "/issues/218",
23+
"description": "Add debouncing for code completion API calls"
24+
}
25+
],
26+
"Go - Runtime": [
27+
{
28+
"issueId": 211,
29+
"url": "/pull/211",
30+
"description": "Add embedded Go interpreter based on Yaegi"
731
}
832
],
9-
"Interface - Vim": [
33+
"Go - WebAssembly": [
1034
{
11-
"issueId": 195,
12-
"url": "/pull/195",
13-
"description": "Implement :w command for Vim mode"
35+
"issueId": 211,
36+
"url": "/pull/211",
37+
"description": "Bump Go version to 1.19"
1438
}
1539
]
1640
}

0 commit comments

Comments
 (0)