diff --git a/docs/STATUS.md b/docs/STATUS.md deleted file mode 100644 index 653f168..0000000 --- a/docs/STATUS.md +++ /dev/null @@ -1,14 +0,0 @@ -This document tracks unimplemented RFCs. - -## Read-only and write-only properties - -[RFC: Read-only properties](https://github.com/Roblox/luau/blob/master/rfcs/property-readonly.md) | -[RFC: Write-only properties](https://github.com/Roblox/luau/blob/master/rfcs/property-writeonly.md) - -**Status**: Needs implementation - -## Expanded Subtyping for Generic Function Types - -[RFC: Expanded Subtyping for Generic Function Types](https://github.com/Roblox/luau/blob/master/rfcs/generic-function-subtyping.md) - -**Status**: Implemented but not fully rolled out yet.