docs(release-notes): 1.40 nits (#28271)

This commit is contained in:
Max Schmitt 2023-11-21 17:54:01 +01:00 committed by GitHub
parent 5ef5e776f6
commit 8c880cad76
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