From 87ed7a53ee3f518853646cf5ee7492c79fca4719 Mon Sep 17 00:00:00 2001 From: Denys Sedchenko Date: Sat, 14 Dec 2024 03:06:50 -0500 Subject: [PATCH] chore: add changelog for v2.4.0 (#452) --- web/src/changelog.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/web/src/changelog.json b/web/src/changelog.json index e422bbe1..4017bedf 100644 --- a/web/src/changelog.json +++ b/web/src/changelog.json @@ -1,9 +1,14 @@ { "Interface - Editor": [ { - "issueId": 439, - "url": "issues/439", - "description": "Make tab size configurable" + "issueId": 451, + "url": "pull/451", + "description": "Add Ctrl/⌘+S shortcut for sharing snippet." + }, + { + "issueId": 449, + "url": "pull/449", + "description": "Fix autocomplete for function argument types." } ] }