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