From affa8bb1f23aa8d25c457e7dcd1c9ae4a1c0d217 Mon Sep 17 00:00:00 2001 From: x1unix Date: Wed, 17 Jan 2024 04:48:42 -0500 Subject: [PATCH] chore: update changelog --- web/src/changelog.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/src/changelog.json b/web/src/changelog.json index dbfec593..344efcd5 100644 --- a/web/src/changelog.json +++ b/web/src/changelog.json @@ -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" } ] }