Update README.md

This commit is contained in:
Charles Stoner 2019-11-11 08:20:50 -08:00 committed by GitHub
parent 13413ef06b
commit fb8177c909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@
## Nov 11, 2019
- Confirm removal of warning calling a method that returns `[MaybeNull]T` (Neal, Chuck)
- Allow interpolated string constant: `const string s = $"abc"`
- Allow interpolated string constant: `const string s = $"abc"` (Chuck, Rikki)
- https://github.com/dotnet/csharplang/issues/2823 Enhancing the Common Type Specification (Neal)
- https://github.com/dotnet/csharplang/projects/4#column-4649189 Triage recently championed features
- https://github.com/dotnet/csharplang/issues/2860 Switch Expression as a Statement Expression (Neal)