From 55505ba4dfa9452b44abaa5570dbccd122441fb6 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Fri, 25 Apr 2025 11:28:33 -0400 Subject: [PATCH] docs: additional update of breaking changes for 36-x-y (#46781) --- docs/breaking-changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/breaking-changes.md b/docs/breaking-changes.md index c457b11743f8..5112b29f0fdf 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -45,13 +45,13 @@ however, old code that needs to preserve this behavior can emulate it by creating a random session with `session.fromPartition(some_random_string)` and then using it in `ProtocolResponse.session`. -## Planned Breaking API Changes (36.0) - ### Behavior Changed: `BrowserWindow.IsVisibleOnAllWorkspaces()` on Linux `BrowserWindow.IsVisibleOnAllWorkspaces()` will now return false on Linux if the window is not currently visible. +## Planned Breaking API Changes (36.0) + ### Behavior Changes: `app.commandLine` `app.commandLine` will convert upper-cases switches and arguments to lowercase.