From 1217a956d57d6fbce69edfb511fc2964dcc03e82 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 29 Mar 2022 13:20:55 -0700 Subject: [PATCH] Update status on forgotten RFC --- rfcs/STATUS.md | 1 - rfcs/unsealed-table-assign-optional-property.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rfcs/STATUS.md b/rfcs/STATUS.md index 61a3f14d..e3e227a0 100644 --- a/rfcs/STATUS.md +++ b/rfcs/STATUS.md @@ -18,7 +18,6 @@ This document tracks unimplemented RFCs. ## 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) -[RFC: Unsealed table assignment creates an optional property](https://github.com/Roblox/luau/blob/master/rfcs/unsealed-table-assign-optional-property.md) **Status**: Implemented but not fully rolled out yet. diff --git a/rfcs/unsealed-table-assign-optional-property.md b/rfcs/unsealed-table-assign-optional-property.md index ed037b14..477399c2 100644 --- a/rfcs/unsealed-table-assign-optional-property.md +++ b/rfcs/unsealed-table-assign-optional-property.md @@ -1,5 +1,7 @@ # Unsealed table assignment creates an optional property +**Status**: Implemented + ## Summary In Luau, tables have a state, which can, among others, be "unsealed".