Update README.md

This commit is contained in:
Julien Couvreur 2019-01-06 14:57:12 -08:00 committed by GitHub
parent a163e02cc8
commit a43e692461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ Overview of meetings and agendas for 2019
- Nullability flow through conditional access when unconstrained generic type parameters are involved. (Aleksey)
- Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris)
- Confirm shadowing rules for local functions (Chuck/Julien)
- Making a `CancellationToken` available in async-iterator method bodies; possibly reserving a keyword (Julien/Stephen)
## Recurring topics