Skip to content

Commit

Permalink
Add note about #253
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamTheCoder authored Jan 26, 2022
1 parent 5554f08 commit 61ee834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)


### VB -> C#
* Fix missing parenthesis for null coalescing operator [#811](https://github.com/icsharpcode/CodeConverter/issues/811)

* Fix missing parenthesis for null coalescing operator [#811](https://github.com/icsharpcode/CodeConverter/issues/811)
* No longer throws NRE for VB Static variable without initializer. [See comment on #623](https://github.com/icsharpcode/CodeConverter/issues/623#issuecomment-1009917188)
* Convert nested xml literals to new XElement [#253](https://github.com/icsharpcode/CodeConverter/issues/253)

### C# -> VB

Expand Down

0 comments on commit 61ee834

Please sign in to comment.