Update README.md

This commit is contained in:
Julien Couvreur 2019-09-10 11:39:06 -07:00 committed by GitHub
parent fffefd2455
commit 94627ab36d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
## Schedule ASAP
## Schedule when convenient
- close on compat issue with duplicate implementations/constraints modulo nullability differences (Julien)
- removing support for `#pragma warning enable` (https://github.com/dotnet/roslyn/issues/36550) (Julien)
- disallow `expr!!` and use `parameter!!` (instead of `parameter!`) (Mads)
- allow `#nullable` to mean `#nullable enable` (Julien)