diff --git a/python/ql/lib/change-notes/2023-11-16-python-3.12-type-syntax.md b/python/ql/lib/change-notes/2023-11-16-python-3.12-type-syntax.md new file mode 100644 index 00000000000..345cb3b46b6 --- /dev/null +++ b/python/ql/lib/change-notes/2023-11-16-python-3.12-type-syntax.md @@ -0,0 +1,5 @@ +--- +category: minorAnalysis +--- + +- Added support for type parameters in function and class definitions, as well as the new Python 3.12 type alias statement.