From d19cac6772c262e4fccc0608b252a5734cd3165a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 27 Feb 2025 17:49:58 -0600 Subject: [PATCH] docs: fix PrinterInfo info in breaking-changes.md (#45843) > ### Removed:`isDefault` and `status` properties on `PrinterInfo` > These properties have been removed from the PrinterInfo Object > because they have been removed from upstream Chromium. These properties won't be removed until Electron 36, but breaking-changes.md lists them as being removed in 35. This PR corrects the error. --- docs/breaking-changes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/breaking-changes.md b/docs/breaking-changes.md index e80017014c2d..eb7ad8219f73 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -14,6 +14,11 @@ This document uses the following convention to categorize breaking changes: ## Planned Breaking API Changes (36.0) +### Removed:`isDefault` and `status` properties on `PrinterInfo` + +These properties have been removed from the PrinterInfo Object +because they have been removed from upstream Chromium. + ### Deprecated: Extension methods and events on `session` `session.loadExtension`, `session.removeExtension`, `session.getExtension`, @@ -30,11 +35,6 @@ https://learn.microsoft.com/en-us/windows/win32/dwm/composition-ovw#disabling-dw ## Planned Breaking API Changes (35.0) -### Removed:`isDefault` and `status` properties on `PrinterInfo` - -These properties have been removed from the PrinterInfo Object -because they have been removed from upstream Chromium. - ### Deprecated: `getFromVersionID` on `session.serviceWorkers` The `session.serviceWorkers.fromVersionID(versionId)` API has been deprecated