diff --git a/python/ql/lib/change-notes/2022-08-25-variable-fix.md b/python/ql/lib/change-notes/2022-08-25-variable-fix.md new file mode 100644 index 00000000000..6459b0daad4 --- /dev/null +++ b/python/ql/lib/change-notes/2022-08-25-variable-fix.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Reads of global/non-local variables (without annotations) inside function defined on classes now works properly in the case where the class had an attribute defined with the same name as the non-local variable.