You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include item is-7's summary-cache fix if it has merged by then — it ships in the same release.
Part C — housekeeping
Clear the [Unreleased] section.
Update the compare links at the bottom.
Match the style of the existing [0.2.0] section (lines 10-46).
Out of scope
The pyproject.toml version bump — that belongs to item is-10 (release/v0.2.1). Keeping them apart means this PR can be reviewed and merged while the release commit waits on green CI.
Acceptance Criteria
CHANGELOG.md contains a new ## [0.2.1] - YYYY-MM-DD section with Added, Changed and Fixed subsections.
All six PRs are referenced with accurate one-line descriptions drawn from their commit messages.
The [Unreleased] section is cleared and the compare links at the bottom are updated.
No version bump in this PR.
PR approved by at least 1 reviewer.
Verification
# from the cppa-cursor-browser checkout root
git log v0.2.0..HEAD --oneline
Cross-check every changelog bullet against a real commit in that range; no invented entries, no missing PRs.
Confirm git diff --stat touches only CHANGELOG.md.
Confirm the compare links at the footer resolve to the right tag range.
Sprint Item
is-9 of 13 — Task — Wednesday PR 3 of 4 (docs-only)
Block Relations
[0.2.1]section, so it must exist firstCalendar Day
Wednesday, July 29, 2026 (PR 3 of 4 — docs-only)
Planned Effort
1 story point (Task) — sprint item is-9
Problem
CHANGELOG.mdhas an empty[Unreleased]section (lines 8-9) and its latest release entry is[0.2.0] - 2026-07-17.Six PRs merged after the
v0.2.0tag during the Week 30 browser-security sweep are absent from the changelog:{error, code}bodiesrenderMarkdownSafeAll six are on
masterat HEAD and undocumented for the upcoming v0.2.1.Goal
One docs-only PR adding an accurate
[0.2.1]section so the Release notes in item is-10 can be copied straight out of it.Scope
Part A — confirm the list
git log v0.2.0..HEAD --onelineto confirm the six PRs and draw the one-line descriptions from their commit messages.Part B — write the section
## [0.2.1] - YYYY-MM-DDwith Added, Changed and Fixed subsections. Suggested grouping:Part C — housekeeping
[Unreleased]section.[0.2.0]section (lines 10-46).Out of scope
pyproject.tomlversion bump — that belongs to item is-10 (release/v0.2.1). Keeping them apart means this PR can be reviewed and merged while the release commit waits on green CI.Acceptance Criteria
CHANGELOG.mdcontains a new## [0.2.1] - YYYY-MM-DDsection with Added, Changed and Fixed subsections.[Unreleased]section is cleared and the compare links at the bottom are updated.Verification
git diff --stattouches onlyCHANGELOG.md.References
CHANGELOG.md:8-9,10-46;.github/workflows/tests.yml;app.py;static/js/app.js