Add change note

This commit is contained in:
Chris Smowton
2024-06-17 16:49:09 +01:00
parent 38ee085782
commit 4da5d6660a

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Fixed dataflow via global variables other than via a direct write: for example, via a side-effect on a global, such as `io.copy(SomeGlobal, ...)` or via assignment to a field or array or slice cell of a global. This means that any data-flow query may return more results where global variables are involved.