From d1058bda0b6216c5b6ccf290a328f936d1282cc2 Mon Sep 17 00:00:00 2001 From: James Wheare Date: Thu, 14 Jan 2021 19:57:15 +0000 Subject: [PATCH] Release note upates --- build/release-notes-linux.md | 1 + build/release-notes-mac.md | 1 + build/release-notes-windows.md | 1 + 3 files changed, 3 insertions(+) diff --git a/build/release-notes-linux.md b/build/release-notes-linux.md index dd6b363..34bc33d 100644 --- a/build/release-notes-linux.md +++ b/build/release-notes-linux.md @@ -1,2 +1,3 @@ * Updated dependencies including electron@11.2.0 +* Remove --no-sandbox launch args * Various performance and security improvements diff --git a/build/release-notes-mac.md b/build/release-notes-mac.md index dd6b363..d0598c0 100644 --- a/build/release-notes-mac.md +++ b/build/release-notes-mac.md @@ -1,2 +1,3 @@ * Updated dependencies including electron@11.2.0 +* Universal binary that runs natively on both Intel and Apple Silicon * Various performance and security improvements diff --git a/build/release-notes-windows.md b/build/release-notes-windows.md index dd6b363..d8d7b88 100644 --- a/build/release-notes-windows.md +++ b/build/release-notes-windows.md @@ -1,2 +1,3 @@ * Updated dependencies including electron@11.2.0 +* Drop 32-bit support * Various performance and security improvements