From acba6d79fb08045667db4efcf11bbf01dcc2ba0f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 26 Jun 2023 12:29:00 -0500 Subject: [PATCH] docs: document e27 breaking change of dropping macOS 10.13, 10.14 (#38917) docs: document e27 breaking change of dropping macOS 10.13, 10.14 support --- docs/breaking-changes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/breaking-changes.md b/docs/breaking-changes.md index ab473fc43e6b..88c66e8e1ad2 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -12,6 +12,15 @@ This document uses the following convention to categorize breaking changes: * **Deprecated:** An API was marked as deprecated. The API will continue to function, but will emit a deprecation warning, and will be removed in a future release. * **Removed:** An API or feature was removed, and is no longer supported by Electron. +## Planned Breaking API Changes (27.0) + +### Removed: macOS 10.13 / 10.14 support + +macOS 10.13 (High Sierra) and macOS 10.14 (Mojave) are no longer supported by [Chromium](https://chromium-review.googlesource.com/c/chromium/src/+/4629466). + +Older versions of Electron will continue to run on these operating systems, but macOS 10.15 (Catalina) +or later will be required to run Electron v27.0.0 and higher. + ## Planned Breaking API Changes (25.0) ### Deprecated: `protocol.{register,intercept}{Buffer,String,Stream,File,Http}Protocol`