Files
codeql/shared/dataflow/change-notes/released/0.1.2.md
2023-10-30 11:05:53 +00:00

6 lines
397 B
Markdown

## 0.1.2
### Bug Fixes
* 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`.