Skip to content

Commit

Permalink
Updates release notes for PR #4583
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jan 9, 2025
1 parent 6db1561 commit 42a7bc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .release-notes/4583.md

This file was deleted.

4 changes: 4 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ The definition of stack_depth_t was changed from int to size_t to support compil

ponyc may not be compilable on earlier versions of OpenBSD.

## Make sure scheduler threads don't ACK the quiescence protocol CNF messages if they have an actor waiting to be run

Prior to this, the pinned actor thread could cause early termination/quiescence of a pony program if there were only pinned actors active. This change fixes the issue to ensure that pony programs with only pinned actors active will no longer terminate too early.

0 comments on commit 42a7bc0

Please sign in to comment.