From c49334a32e0e97e7d77288b0cc23bccdff8d3a89 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Mon, 15 Jan 2024 22:09:32 +0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb06a0b..22de350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,9 @@ - [python] missing py3 stuff like operators, keywords, and magic names - [cpp] all the keywords from the https://en.cppreference.com/w/cpp/keyword - [qmake] add all identifiers for Qt 5.15 +- [csharp] support record, the new type keyword +- [csharp] support C# 11 raw strings +- [cpp] add support for C++11 string literals ## [1.2.0] - 2021-09-12