From 130b852849f4a3c0e0ead80b04254e1eff78c6fe Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:21:59 +0200 Subject: [PATCH] removed wrong issue --- src/lib/release-notes.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 665ca32..33a0998 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -564,10 +564,6 @@ export const releaseNotes: ReleaseNote[] = [ { description: "Issue with edge detection for expand-on-hover sidebar feature", issue: 355 - }, - { - description: "Can't switch workspaces", - issue: 359 } ] }