Skip to content

Commit 81fef97

Browse files
committed
docs(state): note parallel-in-compound done cascade in the release-candidate changelog
Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
1 parent ae68698 commit 81fef97

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

state/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ ready to freeze on sign-off. The `analysis`, `evolution`, `conformance`, and
2828
an active leaf.
2929
- A compound nested inside a parallel region now emits its done event and fires
3030
`OnDone` when its leaf reaches final.
31+
- A parallel state that completes inside an enclosing compound now cascades that
32+
compound's `OnDone` (and any guarded completion transition) up the spine, instead
33+
of silently dropping it; the parallel's own `OnDone` still fires exactly once.
3134
- Region transition and entry actions now observe the threaded, exit-assign-folded
3235
context, consistent with the main commit path.
3336
- Eventless (`Always`) transitions now fire in every active parallel region and no

0 commit comments

Comments
 (0)