Skip to content

docs(changelog): file the sync corroboration fix under 3.8.0 - #2331

Merged
igorls merged 1 commit into
developfrom
chore/changelog-2322-into-3.8.0
Aug 22, 2026
Merged

docs(changelog): file the sync corroboration fix under 3.8.0#2331
igorls merged 1 commit into
developfrom
chore/changelog-2322-into-3.8.0

Conversation

@igorls

@igorls igorls commented Aug 22, 2026

Copy link
Copy Markdown
Member

Why

#2322 merged into develop after the release commit for 3.8.0. develop's tip and #2317's head are the same SHA (7d1088c), so the fix is already inside the develop → main promotion and will ship in the v3.8.0 tag.

The changelog entry was filed under ## [Unreleased], which was the right call on the assumption it would land after the release — but because #2317 promotes develop wholesale, that assumption does not hold. As it stood, pip install mempalace==3.8.0 would ship a significant data-loss fix alongside a changelog telling the user it was not yet released.

What

Moves the entry verbatim from [Unreleased] into the [3.8.0] Bug Fixes section, as the first bullet. No wording changes — I verified the line is byte-identical before and after, and that the edit introduces no new blank-line runs.

Net: -8/+1. The now-empty [Unreleased] heading and its --- separator are removed, matching how the 3.8.0 release commit (32567b7) handled the same transition.

Not done here

[Unreleased]: …/compare/v3.7.1...HEAD at the bottom of the file still points at v3.7.1. It was already stale before this change and updating it belongs to the tag step, so it is left alone rather than widening this diff.

Refs #2320, #2322. Companion to #2317 — the release notes on that PR are being updated to match.

#2322 merged into develop after the release commit, so it is inside the
develop -> main promotion (#2317) and ships in the v3.8.0 tag. The entry
was filed under [Unreleased], which would have shipped a changelog
telling users the fix was not yet released while the code was in their
install.

Move the entry verbatim into the 3.8.0 Bug Fixes section. No wording
changes.

The [Unreleased] link definition still points at v3.7.1...HEAD; it was
already stale before this change and belongs to the tag step, so it is
left alone here.
Copilot AI lite review requested due to automatic review settings August 22, 2026 08:57
@igorls
igorls requested a review from milla-jovovich as a code owner August 22, 2026 08:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@igorls
igorls merged commit 4bc0c43 into develop Aug 22, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants