Skip to content

Commit 68299ab

Browse files
Add more release notes
1 parent 84cdf7e commit 68299ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)