CHANGELOG: add a changelog entry for v27
- ID
7b43a22- date
2026-02-28 10:41:11+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
48e14d7- message
CHANGELOG: add a changelog entry for v27- changed files
1 file, 4 additions
Changed files
CHANGELOG.md (3386) → CHANGELOG.md (3455)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b46e6e..c062ff7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG
+## v27 - 2026-02-28
+
+Don't reuse the browser fixture between tests.
+
## v26 - 2026-02-28
Extract the `browser` fixture as a standalone fixture rather than binding it to a class, so it can be reused across multiple test suites.