Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelog #304

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions web/src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"Go - WebAssembly": [
"Interface - Terminal": [
{
"issueId": 290,
"url": "/issues/290",
"description": "Update Go WebAssembly compiler to 1.21"
"issueId": 303,
"url": "/pull/303",
"description": "Support terminal sequences and colored output"
},
{
"issueId": 292,
"url": "/issues/292",
"description": "Expose syscall/js package for Yaegi"
"issueId": 264,
"url": "/issues/264",
"description": "Cleanup output before run"
},
{
"issueId": 293,
"url": "/issues/293",
"description": "Fix UI freeze on Go program panic"
"issueId": 267,
"url": "/issues/267",
"description": "Fix new line formatting in output"
}
]
}
Loading