From a35fba1e36503c3771ca5be7b16af0989db7b5c6 Mon Sep 17 00:00:00 2001 From: Taus Date: Thu, 4 Dec 2025 22:14:15 +0000 Subject: [PATCH] Python: Add change note --- .../2025-12-04-support-template-string-literals.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/ql/lib/change-notes/2025-12-04-support-template-string-literals.md diff --git a/python/ql/lib/change-notes/2025-12-04-support-template-string-literals.md b/python/ql/lib/change-notes/2025-12-04-support-template-string-literals.md new file mode 100644 index 00000000000..1c4fc58c09b --- /dev/null +++ b/python/ql/lib/change-notes/2025-12-04-support-template-string-literals.md @@ -0,0 +1,4 @@ +--- +category: feature +--- +* The Python extractor now supports template strings as defined in [PEP-750](https://peps.python.org/pep-0750/), through the classes `TemplateString` and `JoinedTemplateString`.