From a1a07aed446921c3065483f1c04c0e728b263294 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 4 Nov 2016 14:30:14 -0700 Subject: [PATCH] Add atom-shell URL to planned breaking changes --- docs/tutorial/planned-breaking-changes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/tutorial/planned-breaking-changes.md b/docs/tutorial/planned-breaking-changes.md index d5f7d25a67f8..ad1243414c10 100644 --- a/docs/tutorial/planned-breaking-changes.md +++ b/docs/tutorial/planned-breaking-changes.md @@ -85,3 +85,12 @@ webContents.openDevTools({detach: true}) // Replace with webContents.openDevTools({mode: 'detach'}) ``` + +## Node Headers URL + +This is the URL specified as `disturl` in a `.npmrc` file or as the `--dist-url` +command line flag when building native Node modules. + +Deprecated: https://atom.io/download/atom-shell + +Replace with: https://atom.io/download/electron