From 481b774fd7c19cb753224b85c9d520a5acf01836 Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Wed, 4 Aug 2021 10:16:05 -0700 Subject: [PATCH] docs: crashpad on linux lands in 16, not 15. (#30387) --- docs/breaking-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/breaking-changes.md b/docs/breaking-changes.md index 03419e09ff82..abc640c29c93 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -12,7 +12,7 @@ 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 (15.0) +## Planned Breaking API Changes (16.0) ### Behavior Changed: `crashReporter` implementation switched to Crashpad on Linux