diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 0ccd78c588..400b3c0104 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -120,7 +120,7 @@ Note that the new methods [`method: Page.routeFromHAR`] and [`method: BrowserCon ```csharp var context = await Browser.NewContextAsync(new() { RecordHarPath = "example.har", RecordHarMode = HarMode.Minimal }); ``` -* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. We also publish new docker image `mcr.microsoft.com/playwright/dotnet:v1.24.0-jammy`. +* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. * Playwright for .NET now supports **linux-arm64** and provides a **arm64 Ubuntu 20.04 Docker image** for it. ## Version 1.22 diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 48192c303f..cf54bfb14e 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -89,7 +89,7 @@ Note that the new methods [`method: Page.routeFromHAR`] and [`method: BrowserCon .setRecordHarPath(Paths.get("example.har")) .setRecordHarMode(HarMode.MINIMAL)); ``` -* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. We also publish new docker image `mcr.microsoft.com/playwright/java:v1.24.0-jammy`. +* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. ## Version 1.22 diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 5b20d240cc..b5a406cb63 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -133,7 +133,7 @@ Note that the new methods [`method: Page.routeFromHAR`] and [`method: BrowserCon context = browser.new_context(record_har_mode="minimal", record_har_path="har.har") ``` -* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. We also publish new docker image `mcr.microsoft.com/playwright/python:v1.24.0-jammy`. +* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. ## Version 1.22