|
491 | 491 | "_csharplang/proposals/csharp-10.0/*.md": "08/07/2021", |
492 | 492 | "_csharplang/proposals/csharp-11.0/*.md": "09/30/2022", |
493 | 493 | "_csharplang/proposals/csharp-12.0/*.md": "08/15/2023", |
494 | | - "_csharplang/proposals/*.md": "05/15/2024", |
| 494 | + "_csharplang/proposals/*.md": "06/28/2024", |
495 | 495 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "11/08/2022", |
496 | 496 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "09/26/2023", |
497 | 497 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "06/26/2024", |
|
662 | 662 | "_csharplang/proposals/lock-object.md": "Obey lock object semantics for lock statements", |
663 | 663 | "_csharplang/proposals/method-group-natural-type-improvements.md": "Method group natural type improvements", |
664 | 664 | "_csharplang/proposals/params-collections.md": "Params collections", |
| 665 | + "_csharplang/proposals/ref-unsafe-in-terators-async.md": "Allow ref and unsafe in iterators and async methods", |
665 | 666 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "C# compiler breaking changes since C# 10", |
666 | 667 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "C# compiler breaking changes since C# 11", |
667 | 668 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "C# compiler breaking changes since C# 12", |
|
778 | 779 | "_csharplang/proposals/lock-object.md": "Special-case how `System.Threading.Lock` interacts with the `lock` keyword by calling its `EnterScope` method. Add static analysis warnings to prevent accidental misuse of the type where possible.", |
779 | 780 | "_csharplang/proposals/method-group-natural-type-improvements.md": "This proposal refines the determination of the natural type of a method group by considering candidates scope-by-scope and pruning at each scope.", |
780 | 781 | "_csharplang/proposals/params-collections.md": "Allow the `params` modifier on collection types beyond arrays, including `IEnumerable` types.", |
| 782 | + "_csharplang/proposals/ref-unsafe-in-terators-async.md": "This proposal modifies restrictions to enable ref local variables and unsafe blocks in iterators and async methods", |
781 | 783 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "Learn about any breaking changes since the initial release of C# 10", |
782 | 784 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "Learn about any breaking changes since the initial release of C# 11", |
783 | 785 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "Learn about any breaking changes since the initial release of C# 12", |
|
0 commit comments