Skip to content

Commit 711e769

Browse files
igfoojketema
andauthored
Update go/ql/lib/change-notes/released/0.2.4.md
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent b951e94 commit 711e769

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go/ql/lib/change-notes/released/0.2.4.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
### Minor Analysis Improvements
44

55
* Go 1.19 is now supported, including adding new taint propagation steps for new standard-library functions introduced in this release.
6-
* Most deprecated predicates/classes/modules that have been deprecated for over a year have been
7-
deleted.
6+
* Most deprecated predicates/classes/modules that have been deprecated for over a year have been deleted.
87
* Fixed data-flow to captured variable references.
98
* We now assume that if a channel-typed field is only referred to twice in the user codebase, once in a send operation and once in a receive, then data flows from the send to the receive statement. This enables finding some cross-goroutine flow.

0 commit comments

Comments
 (0)