diff --git a/docs/tutorial/planned-breaking-changes.md b/docs/tutorial/planned-breaking-changes.md index b5771feea5c2..7544c0c4d821 100644 --- a/docs/tutorial/planned-breaking-changes.md +++ b/docs/tutorial/planned-breaking-changes.md @@ -5,6 +5,15 @@ The following list includes the APIs that will be removed in Electron 2.0. There is no timetable for when this release will occur but deprecation warnings will be added at least 90 days beforehand. +## `app` + +```js +// Deprecated +app.getAppMemoryInfo() +// Replace with +app.getAppMetrics() +``` + ## `BrowserWindow` ```js