diff --git a/CHANGELOG.md b/CHANGELOG.md index 466cb2f..af2e518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ auto-generated notes — but stable semver tags must pass. ## Unreleased +- Thread view no longer flickers on every refresh. The post list is now diffed in place (keyed by post id), so unchanged posts keep their existing DOM nodes — SSE bursts, the 8s poll fallback, and cross-tab broadcasts can all fire together without repainting the column. When SSE is healthy the per-thread poll is suppressed entirely. - _Add entries here as they ship. They get cut into the next `v` section at release time._