Update README.md

Add https://github.com/dotnet/csharplang/issues/2434
This commit is contained in:
Neal Gafter 2019-04-14 12:15:27 -07:00 committed by GitHub
parent 8e4e1a825a
commit eafa3a5f51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,12 @@
## Schedule ASAP
### Async Iterators
- Confirm change of behavior for cancellation tokens
See also https://github.com/dotnet/csharplang/issues/2434
### Nullable Reference Types
- Default constraint for type parameters declared in a `#nullable disable`d context.