Python: Add change note

This commit is contained in:
Taus
2024-04-22 12:00:00 +00:00
parent 58eaddf627
commit bab461ffd1

View File

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