From ba20378b5b1ab99c748ccda741b74f1f6400db59 Mon Sep 17 00:00:00 2001 From: Playwright Service <89237858+playwrightmachine@users.noreply.github.com> Date: Wed, 14 Jun 2023 00:51:21 -0700 Subject: [PATCH] cherry-pick(#23674): chore: fix language port 1.35 release notes (#23701) This PR cherry-picks the following commits: - 460e7fcfa23851725420c4c0e61b70e4c108a468 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- docs/src/release-notes-csharp.md | 2 +- docs/src/release-notes-python.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 7e157a2ed7c76..8d9960e1c7c82 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -8,7 +8,7 @@ toc_max_heading_level: 2 ### Highlights -* New option `maskColor` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color. +* New option `MaskColor` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color. * New `uninstall` CLI command to uninstall browser binaries: ```bash diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index e9a9e34b13041..dda4a70000beb 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -8,7 +8,7 @@ toc_max_heading_level: 2 ### Highlights -* New option `maskColor` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color. +* New option `mask_color` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color. * New `uninstall` CLI command to uninstall browser binaries: ```bash