From 6788b20dc0bf9631e25a1d0022b442fee530523c Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Thu, 29 Jul 2021 16:34:51 +0200 Subject: [PATCH] Add CallerArgumentExpression to VB language feature status doc --- docs/Language Feature Status.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Language Feature Status.md b/docs/Language Feature Status.md index 9747a5d1b9247..2637667e9b015 100644 --- a/docs/Language Feature Status.md +++ b/docs/Language Feature Status.md @@ -39,6 +39,12 @@ efforts behind them. | [Parameterless struct constructors](https://github.com/dotnet/csharplang/issues/99) | [struct-ctors](https://github.com/dotnet/roslyn/tree/features/struct-ctors) | [Merged into 17.0p3](https://github.com/dotnet/roslyn/issues/51698) | [cston](https://github.com/cston) | [jcouv](https://github.com/jcouv), [333fred](https://github.com/333fred) | [jcouv](https://github.com/jouv) | | [Caller expression attribute](https://github.com/dotnet/csharplang/issues/287) | main | [Merged into 17.0p3](https://github.com/dotnet/roslyn/issues/52745) | [Youssef1313](https://github.com/Youssef1313) | [333fred](https://github.com/333fred),[AlekseyTs](https://github.com/AlekseyTs) | [jcouv](https://github.com/jcouv) | +# VB 17.0 + +| Feature | Branch | State | Developer | Reviewer | LDM Champ | +|-------------------------------------------------------------------------------------------|--------|------------------------------------------------------------------|-------------------------------------------|-----------------------------------|-----------| +| [Caller expression attribute](https://github.com/dotnet/csharplang/issues/287) | main | [Merged into 17.0p3](https://github.com/dotnet/roslyn/issues/52745) | [Youssef1313](https://github.com/Youssef1313) | [333fred](https://github.com/333fred),[AlekseyTs](https://github.com/AlekseyTs) | [jcouv](https://github.com/jcouv) | + # VB 16.9 | Feature | Branch | State | Developer | Reviewer | LDM Champ |