diff --git a/python/ql/lib/change-notes/2024-03-01-dict-update-content.md b/python/ql/lib/change-notes/2024-03-01-dict-update-content.md new file mode 100644 index 00000000000..dfb8d247fff --- /dev/null +++ b/python/ql/lib/change-notes/2024-03-01-dict-update-content.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Fixed missing flow for dictionary updates (`d[] = ...`) when `` is a string constant not used in dictionary literals or as name of keyword-argument.