From d10b181d8930ec14fd278c807bbf2c399dd297af Mon Sep 17 00:00:00 2001 From: Rasmus Lerchedahl Petersen Date: Tue, 26 Sep 2023 12:13:07 +0200 Subject: [PATCH] Python: add change note --- .../2023-09-26-regex-locations-in-string-parts.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/ql/lib/change-notes/2023-09-26-regex-locations-in-string-parts.md diff --git a/python/ql/lib/change-notes/2023-09-26-regex-locations-in-string-parts.md b/python/ql/lib/change-notes/2023-09-26-regex-locations-in-string-parts.md new file mode 100644 index 00000000000..32bdc1db15c --- /dev/null +++ b/python/ql/lib/change-notes/2023-09-26-regex-locations-in-string-parts.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Regular expression fragments residing inside implicitly concatenated strings now have better location information.