From b04e0c5a1f0dca1776f2d69393b87af2e047f372 Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:40:56 +0200 Subject: [PATCH] add missing fixes to changelog --- src/lib/release-notes.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index fdb9d17..f0ce8d0 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -708,6 +708,14 @@ export const releaseNotes: ReleaseNote[] = [ { description: "Theme Store settings page doesn't display installed themes", issue: 1125 + }, + { + description: "No Homebrew support", + issue: 273 + }, + { + description: "Remember last active workspaces on startup", + issue: 240 } ] }