Add change notes for default implementations of isBarrier and isAdditionalFlowStep

This commit is contained in:
Ed Minnix
2023-07-12 15:21:16 -04:00
parent 3db2644008
commit 63299688d5
7 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
category: feature
---
* The `DataFlow::StateConfigSig` signature module has gained default implementations for `isBarrier/2` and `isAdditionalFlowStep/4`.
Hence it is no longer needed to provide `none()` implementations of these predicates if they are not needed.