Skip to content

Commit f07bd07

Browse files
Fill in missed changelog items
1 parent 68ce59b commit f07bd07

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4141

4242
### C# -> VB
4343

44+
* Convert PrefixUnaryExpression (Not, minus, etc.) [#533](https://github.com/icsharpcode/CodeConverter/pull/533)
45+
* Rename more members with case conflicts (e.g. interface members) [#533](https://github.com/icsharpcode/CodeConverter/pull/533)
46+
* String equality conversion now calls "Equals" to match the C# logic [#533](https://github.com/icsharpcode/CodeConverter/pull/533)
47+
* Deduplicate imports [#533](https://github.com/icsharpcode/CodeConverter/pull/533)
4448
* Converts "default" keyword to "Nothing" keyword [#428](https://github.com/icsharpcode/CodeConverter/issues/428)
4549

4650
## [7.9.0] - 2020-02-27

0 commit comments

Comments
 (0)