Skip to content

Commit 878c1fa

Browse files
Remove dupes
1 parent 4873f21 commit 878c1fa

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,6 @@ All notable changes to the code converter will be documented here.
2424
* Correctly convert ambiguous names ([#332](https://github.com/icsharpcode/CodeConverter/pull/332))
2525
* Ensure correct visibility for constructors ([#422](https://github.com/icsharpcode/CodeConverter/pull/422))
2626
* Ensure casing is correct for namespaces ([#421](https://github.com/icsharpcode/CodeConverter/pull/421))
27-
* Convert implicit object->string cast correctly (#365)
28-
* Convert trivia (e.g. comments) at start of file (#333)
29-
* Improvements to redim conversion (#403, #393)
30-
* Convert array of arrays initializer (#364)
31-
* Improvements to implicit enum -> int conversion (#361)
32-
* Convert expressions in constants (#329)
33-
* Convert implicit `ElementAtOrDefault` (#362)
34-
* Convert types in ternary expressions (#363)
35-
* Support for converting dot net standard VB projects (#398)
36-
* Avoid compilation error for duplicate cases (#374)
37-
* Correctly handle type promoted module symbols (#375)
38-
* Prefer renamed imports for name resolution (#401)
39-
* Correctly convert ambiguous names (#332)
40-
* Ensure correct visibility for constructors (#422)
41-
* Ensure casing is correct for namespaces (#421)
4227
* Convert CType from a non numeric type to an enum
4328
* Convert Exit Function
4429
* Convert object initializers requiring type casts

0 commit comments

Comments
 (0)