From bab461ffd157ac977f82c553a081a05ff41e7912 Mon Sep 17 00:00:00 2001 From: Taus Date: Mon, 22 Apr 2024 12:00:00 +0000 Subject: [PATCH] Python: Add change note --- .../2024-04-22-renaming-StrConst-to-StringLiteral.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/ql/lib/change-notes/2024-04-22-renaming-StrConst-to-StringLiteral.md diff --git a/python/ql/lib/change-notes/2024-04-22-renaming-StrConst-to-StringLiteral.md b/python/ql/lib/change-notes/2024-04-22-renaming-StrConst-to-StringLiteral.md new file mode 100644 index 000000000000..958262dda2bf --- /dev/null +++ b/python/ql/lib/change-notes/2024-04-22-renaming-StrConst-to-StringLiteral.md @@ -0,0 +1,5 @@ +--- +category: deprecated +--- + +- Renamed the `StrConst` class to `StringLiteral`, for greater consistency with other languages. The `StrConst` and `Str` classes are now deprecated and will be removed in a future release.