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`.