Dataflow: Add change notes.

This commit is contained in:
Anders Schack-Mulligen
2023-07-19 09:50:29 +02:00
parent c01a494ea5
commit e72a0b2f8c
7 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
category: minorAnalysis
---
* Data flow configurations can now include a predicate `neverSkip(Node node)`
in order to ensure inclusion of certain nodes in the path explanations. The
predicate defaults to the end-points of the additional flow steps provided in
the configuration, which means that such steps now always are visible by
default in path explanations.