Dataflow: Add change note for partial flow api change.

This commit is contained in:
Anders Schack-Mulligen 2023-10-27 09:46:46 +02:00
Родитель a5bfeb68a8
Коммит b106db6fda
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,4 @@
---
category: fix
---
* 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`.