From 5e04fab2bab97208f29a864410e8cddae59f3a6f Mon Sep 17 00:00:00 2001 From: Hari Juturu Date: Wed, 17 May 2017 20:01:06 -0700 Subject: [PATCH] Adding deprecations --- 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 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