Update STATUS.md

Mark last table subtyping RFC as implemented
This commit is contained in:
Arseny Kapoulkine 2022-05-12 10:08:36 -07:00 committed by GitHub
parent a775e6dc8e
commit 87fe15ac51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -15,12 +15,6 @@ This document tracks unimplemented RFCs.
**Status**: Needs implementation
## Sealed/unsealed typing changes
[RFC: Only strip optional properties from unsealed tables during subtyping](https://github.com/Roblox/luau/blob/master/rfcs/unsealed-table-subtyping-strips-optional-properties.md)
**Status**: Implemented but not fully rolled out yet.
## Safe navigation operator
[RFC: Safe navigation postfix operator (?)](https://github.com/Roblox/luau/blob/master/rfcs/syntax-safe-navigation-operator.md)