From 4ab7b2d2b161d64d372051c866b92d97b06bec7f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 7 Mar 2018 16:12:28 +0900 Subject: [PATCH 1/2] Deprecations come >=1 major release before removal --- docs/tutorial/planned-breaking-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/planned-breaking-changes.md b/docs/tutorial/planned-breaking-changes.md index b5401bfc2e4b..c4e7f529aa58 100644 --- a/docs/tutorial/planned-breaking-changes.md +++ b/docs/tutorial/planned-breaking-changes.md @@ -3,7 +3,7 @@ The following list includes the APIs that will be removed in Electron 3.0. There is no timetable for when this release will occur but deprecation -warnings will be added at least 90 days beforehand. +warnings will be added at least [one major version](electron-versioning#semver) beforehand. ## `app` From b0820e4886e9000a28b05d29b90d0c46ce21cf6e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 7 Mar 2018 16:18:47 +0900 Subject: [PATCH 2/2] Fix broken link --- docs/tutorial/planned-breaking-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/planned-breaking-changes.md b/docs/tutorial/planned-breaking-changes.md index c4e7f529aa58..00e01f4f8c3a 100644 --- a/docs/tutorial/planned-breaking-changes.md +++ b/docs/tutorial/planned-breaking-changes.md @@ -3,7 +3,7 @@ The following list includes the APIs that will be removed in Electron 3.0. There is no timetable for when this release will occur but deprecation -warnings will be added at least [one major version](electron-versioning#semver) beforehand. +warnings will be added at least [one major version](electron-versioning.md#semver) beforehand. ## `app`