From 1389c7220b94c76ec3db46f5adc21ee9442999b3 Mon Sep 17 00:00:00 2001 From: Anders Schack-Mulligen Date: Mon, 15 Apr 2024 14:35:39 +0200 Subject: [PATCH] Dataflow: Amend change note. --- shared/dataflow/change-notes/2024-04-09-alert-provenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/dataflow/change-notes/2024-04-09-alert-provenance.md b/shared/dataflow/change-notes/2024-04-09-alert-provenance.md index 9319c134e44..b4017cb84bf 100644 --- a/shared/dataflow/change-notes/2024-04-09-alert-provenance.md +++ b/shared/dataflow/change-notes/2024-04-09-alert-provenance.md @@ -1,4 +1,4 @@ --- category: feature --- -* The `PathGraph` result of a data flow computation has been augmented with model provenance information for each of the flow steps. +* The `PathGraph` result of a data flow computation has been augmented with model provenance information for each of the flow steps. Any qltests that include the edges relation in their output (for example, `.qlref`s that reference path-problem queries) will need to be have their expected output updated accordingly.