diff --git a/.release-notes/4583.md b/.release-notes/4583.md deleted file mode 100644 index 7636516237..0000000000 --- a/.release-notes/4583.md +++ /dev/null @@ -1,3 +0,0 @@ -## 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. diff --git a/.release-notes/next-release.md b/.release-notes/next-release.md index 17bcb66f4f..bbb16142ec 100644 --- a/.release-notes/next-release.md +++ b/.release-notes/next-release.md @@ -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. +