Compare commits

..

No commits in common. "0533766a427d0ef834984d67b0fc55f84af91d28" and "aa167fd4ef410b96ae527eaa4269635ef852d89f" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View file

@ -56,7 +56,6 @@ is the body of. Each sync updates this line (docs/UPSTREAM-SYNC.md, #200).
### Fixed ### 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 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). - Forgejo review requests no longer count as verdicts, while its blocking and comment states now grade like their GitHub equivalents (#235).

3
changelog.d/238.md Normal file
View file

@ -0,0 +1,3 @@
### 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).

View file

@ -1,3 +0,0 @@
### 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).