diff --git a/python/ql/lib/change-notes/2024-10-09-finditer-match.md b/python/ql/lib/change-notes/2024-10-09-finditer-match.md new file mode 100644 index 000000000000..ee2ccc1119a4 --- /dev/null +++ b/python/ql/lib/change-notes/2024-10-09-finditer-match.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Modelled that `re.finditer` returns an iterable of `re.Match` objects. This is now understood by the API graph in many cases. \ No newline at end of file