From dcdc8b2e131ed446ef47f7b17469c6876cf287a8 Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Fri, 26 Jun 2026 20:05:11 +0000 Subject: [PATCH] Release YP (v0.51.686): enhanced-table copy boundary-case test coverage (#5013) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76eded340..dcf1b4866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ ## [Unreleased] +## [v0.51.686] — 2026-06-26 — Release YP (internal: enhanced-table copy boundary-case test coverage) + +### Changed + +- **Internal (tests only): added regression coverage for two enhanced-table copy boundary cases** flagged as optional follow-ups when the #4945 fix shipped — a selection anchored on the `` element itself, and a selection that starts in a table cell and ends in surrounding prose. Both must fall through to native copy, and the shipped guard already handles them correctly (verified, no production change). Closes the coverage gap so a future refactor of the copy interceptor can't silently regress these paths. Thanks @rodboev. (#5013, follow-up to #4945/#4994) + ## [v0.51.685] — 2026-06-26 — Release YO (internal: session-list cache extracted to its own module) ### Changed