From f7ad17b6da799d8a45f03318841c6fd10d85a2c4 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Tue, 31 Aug 2021 11:28:37 -0400 Subject: [PATCH] Mark using static as completed (#365) PR #9 has been merged, so this is done now. --- admin/v6-feature-tracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/v6-feature-tracker.md b/admin/v6-feature-tracker.md index 6ecd01379..fed4616a0 100644 --- a/admin/v6-feature-tracker.md +++ b/admin/v6-feature-tracker.md @@ -14,7 +14,7 @@ Feature | PR | Notes [#48](https://github.com/dotnet/csharpstandard/issues/48) - initialization of an accessible indexer | [#8](https://github.com/dotnet/csharpstandard/pull/8) | This also handled the initialization of associative collections using indexers [#49](https://github.com/dotnet/csharpstandard/issues/49) - expression-bodied function members | [#4](https://github.com/dotnet/csharpstandard/pull/4) | ***COMPLETED***
The "What's New" page only mentions methods and properties; however, the final edits also included indexers and operators as well. As a by-product, this PR also took care of adding support for automatically implemented property initializers [#50](https://github.com/dotnet/csharpstandard/issues/50) - read-only automatically implemented properties | [#11](https://github.com/dotnet/csharpstandard/pull/11) | ***COMPLETED*** -[#51](https://github.com/dotnet/csharpstandard/issues/51) - using static | [#9](https://github.com/dotnet/csharpstandard/pull/9) | +[#51](https://github.com/dotnet/csharpstandard/issues/51) - using static | [#9](https://github.com/dotnet/csharpstandard/pull/9) | ***Completed*** [#52](https://github.com/dotnet/csharpstandard/issues/52) - nameof | [#10](https://github.com/dotnet/csharpstandard/pull/10), [#250](https://github.com/dotnet/csharpstandard/pull/250) | ***COMPLETED*** [#53](https://github.com/dotnet/csharpstandard/issues/53) - exception filter | [#2](https://github.com/dotnet/csharpstandard/pull/2) | [#54](https://github.com/dotnet/csharpstandard/issues/54) - null-conditional operator | [#7](https://github.com/dotnet/csharpstandard/pull/7) |