From 2ea789bc9c3123c8caa23ea1989bd6c65675354b Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 25 Sep 2023 22:36:40 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0623171..a4fc7c6b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### VB -> C# * Omit special VB conversions within expression trees [#930](https://github.com/icsharpcode/CodeConverter/issues/930) [#316](https://github.com/icsharpcode/CodeConverter/issues/316) +* Support CData [#1032](https://github.com/icsharpcode/CodeConverter/issues/1032) +* Use verbatim strings for strings containing newlines ### C# -> VB