diff --git a/CHANGELOG.md b/CHANGELOG.md index a3cb9cc..6d10241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ is the body of. Each sync updates this line (docs/UPSTREAM-SYNC.md, #200). ### Fixed +- Review-round state now reads each forge's live review-request set directly, so stale Forgejo approvals no longer hand an in-progress fix round back to the panel (#238). - Forgejo drafts and fast-forward conflict-check windows no longer surface as merge conflicts when the API has not distinguished one (#236). - Forgejo review requests no longer count as verdicts, while its blocking and comment states now grade like their GitHub equivalents (#235). diff --git a/changelog.d/238.md b/changelog.d/238.md deleted file mode 100644 index 26522ef..0000000 --- a/changelog.d/238.md +++ /dev/null @@ -1,3 +0,0 @@ -### Fixed - -- Review-round state now reads each forge's live review-request set directly, so stale Forgejo approvals no longer hand an in-progress fix round back to the panel (#238). diff --git a/changelog.d/263.md b/changelog.d/263.md new file mode 100644 index 0000000..5bf6623 --- /dev/null +++ b/changelog.d/263.md @@ -0,0 +1,3 @@ +### Changed + +- The shipped 0.6.2 changelog section now carries #238's entry, which its release PR's merge base could not see; the published 0.6.2 release body is left as tagged, so tree and publication differ by that one line (#238, #231).