From b9ff1ccd458a9c804b071d730c029b5e5bbda2c4 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Fri, 8 Apr 2022 15:23:24 +0100 Subject: [PATCH] Add change note --- ql/lib/change-notes/2022-04-08-fix-global-dataflow.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ql/lib/change-notes/2022-04-08-fix-global-dataflow.md diff --git a/ql/lib/change-notes/2022-04-08-fix-global-dataflow.md b/ql/lib/change-notes/2022-04-08-fix-global-dataflow.md new file mode 100644 index 00000000000..31e16c8b3aa --- /dev/null +++ b/ql/lib/change-notes/2022-04-08-fix-global-dataflow.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Fixed a bug where dataflow steps were ignored if both ends were inside the initialiser routine of a file-level variable.