Update README.md

This commit is contained in:
Neal Gafter 2019-12-18 14:39:07 -08:00 committed by GitHub
parent 7f10228590
commit 59e6c6bfdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,10 +19,15 @@
## Jan 8, 2020
- https://github.com/dotnet/csharplang/pull/3035 Unconstrained type parameter annotation: `T??` (Chuck)
- https://github.com/dotnet/csharplang/issues/2608 module initializers (Neal)
- https://github.com/dotnet/csharplang/issues/2910 base(T) (Neal)
## Jan 6, 2020
- https://github.com/dotnet/csharplang/issues/2910 base(T) (Neal)
- Irksome nullable issues to revisit (Jared)
- heed attribute info inside method bodies
- consider special-casing `Task<T>` and `ValueTask<T>` for null covariance
- https://github.com/dotnet/csharplang/projects/4#column-4649189 Triage recently championed features
- https://github.com/dotnet/csharplang/issues/2844 Covariant Return Types (Neal)
# C# Language Design Notes for 2020