From bb520e1e1d455ddba73c622e8b2a5fd0826ddac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Tue, 21 Jul 2026 21:07:59 +0200 Subject: [PATCH] Add the missing v1.2.0 changelog entry --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac44718..a2682ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ `Page::pause()`, `Response::headerValue()`. They will move to real interface declarations in the next major. +## [1.2.0] - 2026-02-25 + +### Added +- `PLAYWRIGHT_BROWSERS_PATH` is read by `PlaywrightConfigBuilder::fromEnv()` and + forwarded to the Node.js server, so a shared browser installation can be + reused instead of a per-project one (#71) + +### Fixed +- `Page::waitForLoadState()` no longer fails with `Unknown action`: the action + was never registered in the Node bridge (#65) +- Cookie expiry accepts an integer or a float timestamp (#67) + ## [1.1.0] - 2025-12-23 ### Added