C#: Add change note.

This commit is contained in:
Michael Nebel
2023-01-11 16:49:36 +01:00
parent 5e89119b3d
commit 1384aa669b

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* C# 11: Added support for the unsigned right shift `>>>` and unsigned right shift assignment `>>>=` operators.