File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2222
2323### VB -> C#
2424
25+ * Improved literal suffix handling [ #1161 ] ( https://github.com/icsharpcode/CodeConverter/issues/1161 )
26+ * Nullable value casting fixes [ #1160 ] ( https://github.com/icsharpcode/CodeConverter/issues/1160 )
27+ * AddressOf now wraps compatible signatures in lambdas [ #1153 ] ( https://github.com/icsharpcode/CodeConverter/issues/1153 )
28+ * Fixed case-sensitive namespace/type handling [ #1155 ] ( https://github.com/icsharpcode/CodeConverter/issues/1155 )
29+ * Improved conversion of large uint/ulong/long hex literals [ #1147 ] ( https://github.com/icsharpcode/CodeConverter/issues/1147 )
30+ * Convert ` Select Case [object] ` using ` Operators.ConditionalCompareObject... ` [ #1128 ] ( https://github.com/icsharpcode/CodeConverter/issues/1128 )
31+ * Small performance improvement
2532
2633### C# -> VB
2734
You can’t perform that action at this time.
0 commit comments