Skip to content

Commit 0f4ea10

Browse files
authored
Merge pull request github#14611 from aschackmull/dataflow/partialflow-changenote
Dataflow: Add change note for partial flow api change.
2 parents a5bfeb6 + b106db6 commit 0f4ea10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: fix
3+
---
4+
* The API for debugging flow using partial flow has changed slightly. Instead of using `module Partial = FlowExploration<limit/0>` and choosing between `Partial::partialFlow` and `Partial::partialFlowRev`, you now choose between `module Partial = FlowExplorationFwd<limit/0>` and `module Partial = FlowExplorationRev<limit/0>`, and then always use `Partial::partialFlow`.

0 commit comments

Comments
 (0)