Delete docs/STATUS.md

We'll find a different way to track RFC status.
This commit is contained in:
Arseny Kapoulkine 2023-10-30 07:56:53 -07:00 committed by GitHub
parent 7be809109c
commit f8ab9fd8cd
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.