From 5e7e462104061f604b9dabcd6cb78573aaf37e8d Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 24 Mar 2022 13:10:56 -0700 Subject: [PATCH] Update STATUS.md --- rfcs/STATUS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rfcs/STATUS.md b/rfcs/STATUS.md index 2b372622..93a09ece 100644 --- a/rfcs/STATUS.md +++ b/rfcs/STATUS.md @@ -17,11 +17,10 @@ This document tracks unimplemented RFCs. ## Sealed/unsealed typing changes -[RFC: Sealed table subtyping](https://github.com/Roblox/luau/blob/master/rfcs/sealed-table-subtyping.md) | [RFC: Unsealed table literals](https://github.com/Roblox/luau/blob/master/rfcs/unsealed-table-literals.md) | [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 depends on new transaction log implementation that is not fully live yet. +**Status**: Implemented but not fully rolled out yet. ## Singleton types