From 3b7d6c4d8fb2bcc26ac15981613ef5952ec0d05b Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 12 May 2022 10:08:36 -0700 Subject: [PATCH] Update STATUS.md Mark last table subtyping RFC as implemented --- docs/STATUS.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/STATUS.md b/docs/STATUS.md index 15a232c..ef55b5c 100644 --- a/docs/STATUS.md +++ b/docs/STATUS.md @@ -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)