cherry-pick(#28271): docs(release-notes): 1.40 nits (#28274)

This PR cherry-picks the following commits:

- 8c880cad76

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2023-11-21 09:20:01 -08:00 committed by GitHub
parent e27bc9faa8
commit 65859fa54b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View file

@ -35,7 +35,7 @@ await Expect(Page.GetByPlaceholder("Search docs")).ToHaveValueAsync("locator");
### Other Changes
- Methods [`method: Download.path`] and [`method: Download.createReadStream`] throw an error for failed and cancelled downloads.
- Playwright [docker image](./docker.md) now comes with Node.js v20.
- Playwright [docker image](./docker.md) now comes with .NET 8 (new LTS).
### Browser Versions

View file

@ -35,7 +35,6 @@ assertThat(page.getByPlaceholder("Search docs")).hasValue("locator");
### Other Changes
- Methods [`method: Download.path`] and [`method: Download.createReadStream`] throw an error for failed and cancelled downloads.
- Playwright [docker image](./docker.md) now comes with Node.js v20.
### Browser Versions

View file

@ -38,7 +38,6 @@ def test_example(page: Page) -> None:
### Other Changes
- Method [`method: Download.path`] throws an error for failed and cancelled downloads.
- Playwright [docker image](./docker.md) now comes with Node.js v20.
### Browser Versions