From 1c3a50f7858231fa733eac15c0d98334fc2dac0a Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Wed, 22 Jul 2026 19:54:07 -0400 Subject: [PATCH] docs(changelog): remove dangling prerequisite links Keep the shipped API and remaining undo limitation descriptions self-contained after the untracked V0.2 prerequisite document disappeared. --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b928ccb..a23de20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -194,9 +194,8 @@ release. #### Pulled-forward v0.2-prerequisite APIs -Planned promotions from `V0.2-PREREQUISITES.md`, implemented and -shipped in 1.0 (the public-API ceiling was raised by operator -decision to absorb them): +These planned v0.2 promotions were implemented and shipped in 1.0 +after the public-API ceiling was raised by operator decision: - `pmacs.buffer.from_file`, `pmacs.buffer.on_removed` (with an idempotent `:remove()` handle; buffer-local keymaps pruned on @@ -243,9 +242,8 @@ decision to absorb them): converged document (CRDT state is fully restored) but are no longer reachable by that frontend's undo command — undo only reaches edits made since reconnecting. Workaround: remove unwanted - pre-disconnect content by editing it out. Preserving undo history - across reconnect is tracked for v0.2 - (`V0.2-PREREQUISITES.md`, Finding 4). + pre-disconnect content by editing it out. Preserving undo history across + reconnect remains a v0.2 follow-up. - **macOS REPL ctrl-c / exit-marker timing.** Two M6.5 REPL acceptance tests (`m6_5_ctrl_c_sends_sigint`, `m6_5_exit_marker_uses_basename_with_leading_newline`) time out on