Skip to content

Commit e1aa5e4

Browse files
authoredOct 6, 2024··
chore: update changelog for v2.2.0 (#428)
1 parent 459b0fa commit e1aa5e4

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed
 

‎web/src/changelog.json

+25-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
11
{
2+
"Interface - Editor": [
3+
{
4+
"issueId": 417,
5+
"url": "pull/417",
6+
"description": "Improve autocomplete system"
7+
},
8+
{
9+
"issueId": 421,
10+
"url": "pull/421",
11+
"description": "Show symbol documentation on hover"
12+
}
13+
],
214
"Interface - General": [
315
{
4-
"issueId": 400,
5-
"url": "issues/400",
6-
"description": "Disable auto save by default."
16+
"issueId": 425,
17+
"url": "pull/425",
18+
"description": "Reduce application bundle size"
19+
}
20+
],
21+
"Go - WebAssembly": [
22+
{
23+
"issueId": 408,
24+
"url": "pull/408",
25+
"description": "Upgrade to Go 1.23"
726
},
827
{
9-
"issueId": 401,
10-
"url": "pull/401",
11-
"description": "Improve settings menu."
28+
"issueId": 412,
29+
"url": "pull/412",
30+
"description": "Run Go programs in a separate worker"
1231
}
1332
]
1433
}

0 commit comments

Comments
 (0)