Release YP (v0.51.686): enhanced-table copy boundary-case test coverage (#5013)

This commit is contained in:
nesquena-hermes
2026-06-26 20:05:11 +00:00
parent d42147a73e
commit dcdc8b2e13
+6
View File
@@ -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 `<table>` 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