Skip to content

Commit

Permalink
Add change note
Browse files Browse the repository at this point in the history
  • Loading branch information
smowton committed Jun 17, 2024
1 parent 38ee085 commit 4da5d66
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 4da5d66

Please sign in to comment.