Skip to content

chore: sync the 2.16.0 changelog cut back to develop - #768

Merged
hokiepokedad2 merged 4 commits into
developfrom
chore/sync-2.16.0-and-fix-claim
Aug 20, 2026
Merged

chore: sync the 2.16.0 changelog cut back to develop#768
hokiepokedad2 merged 4 commits into
developfrom
chore/sync-2.16.0-and-fix-claim

Conversation

@hokiepokedad2

Copy link
Copy Markdown
Contributor

Two things in one, both consequences of cutting v2.16.0.

The sync. release-changelog.yml promoted [Unreleased] into ## [2.16.0] on main (#767). That commit has to come back to develop or the branches drift — which is exactly what made #755 conflict earlier today, and it had been drifting for three releases. This is a real merge with both parents, so main stays an ancestor of develop and the next release merge is a fast-forward rather than a conflict.

The correction. The promoted entry claimed the update check "is the only request PoracleWeb makes outside your own network". It isn't — MasterDataService fetches the Pokemon master data from raw.githubusercontent.com on any visit. The documentation verification pass caught this and the docs were corrected in #763; the changelog entry it came from wasn't, so #767 wrote the claim into a released section. I tried to fix it on #767's branch but it was already queued and locked, so it lands here.

main will still carry the wrong sentence in its 2.16.0 section until the next release merge brings this over. The published release notes on GitHub don't repeat the claim, and the docs site is already correct.

https://claude.ai/code/session_01Nah4N2sGFs1TU2t7DXfKzJ

hokiepokedad2 and others added 4 commits August 20, 2026 02:25
Release: develop → main (v2.16.0)
The release workflow promotes [Unreleased] into a version section on main, and
that commit has to come back here or the branches drift -- which is what made
the release PR conflict earlier today, three releases running.

This is a real merge, not a copy of the content, so main is an ancestor of
develop and the next release merge is a fast-forward.

Also corrects one sentence in the promoted entry: it claimed the update check is
the only request PoracleWeb makes outside your own network. It is not.
MasterDataService fetches the Pokemon master data from raw.githubusercontent.com
on any visit. The documentation verification pass caught that and the docs were
fixed; the changelog entry was not, and the promotion carried it into a released
section.

Claude-Session: https://claude.ai/code/session_01Nah4N2sGFs1TU2t7DXfKzJ
@github-actions github-actions Bot added the chore label Aug 20, 2026
@hokiepokedad2
hokiepokedad2 merged commit 8662c42 into develop Aug 20, 2026
5 checks passed
@hokiepokedad2
hokiepokedad2 deleted the chore/sync-2.16.0-and-fix-claim branch August 20, 2026 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant