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.
This commit is contained in:
parent
cac4961c73
commit
1c3a50f785
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -194,9 +194,8 @@ release.
|
||||||
|
|
||||||
#### Pulled-forward v0.2-prerequisite APIs
|
#### Pulled-forward v0.2-prerequisite APIs
|
||||||
|
|
||||||
Planned promotions from `V0.2-PREREQUISITES.md`, implemented and
|
These planned v0.2 promotions were implemented and shipped in 1.0
|
||||||
shipped in 1.0 (the public-API ceiling was raised by operator
|
after the public-API ceiling was raised by operator decision:
|
||||||
decision to absorb them):
|
|
||||||
|
|
||||||
- `pmacs.buffer.from_file`, `pmacs.buffer.on_removed` (with an
|
- `pmacs.buffer.from_file`, `pmacs.buffer.on_removed` (with an
|
||||||
idempotent `:remove()` handle; buffer-local keymaps pruned on
|
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
|
converged document (CRDT state is fully restored) but are no longer
|
||||||
reachable by that frontend's undo command — undo only reaches
|
reachable by that frontend's undo command — undo only reaches
|
||||||
edits made since reconnecting. Workaround: remove unwanted
|
edits made since reconnecting. Workaround: remove unwanted
|
||||||
pre-disconnect content by editing it out. Preserving undo history
|
pre-disconnect content by editing it out. Preserving undo history across
|
||||||
across reconnect is tracked for v0.2
|
reconnect remains a v0.2 follow-up.
|
||||||
(`V0.2-PREREQUISITES.md`, Finding 4).
|
|
||||||
- **macOS REPL ctrl-c / exit-marker timing.** Two M6.5 REPL
|
- **macOS REPL ctrl-c / exit-marker timing.** Two M6.5 REPL
|
||||||
acceptance tests (`m6_5_ctrl_c_sends_sigint`,
|
acceptance tests (`m6_5_ctrl_c_sends_sigint`,
|
||||||
`m6_5_exit_marker_uses_basename_with_leading_newline`) time out on
|
`m6_5_exit_marker_uses_basename_with_leading_newline`) time out on
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue