Add change note for tuple data flow improvements

This commit is contained in:
Tamas Vajk
2021-02-26 08:14:18 +01:00
parent fcc4758eb8
commit ccf68ffd16

View File

@@ -0,0 +1,3 @@
lgtm,codescanning
* Data flow for tuples has been improved to track data flowing into and out of
tuple fields. Tuple extraction was changed to extract non-named tuple elements.