From 43930c0c72c696d48be0ed08d77299861847b00e Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Mon, 3 May 2021 22:32:57 +0300 Subject: [PATCH] Added 'Coming Soon' for type refinements --- docs/_posts/2021-04-30-luau-recap-april-2021.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_posts/2021-04-30-luau-recap-april-2021.md b/docs/_posts/2021-04-30-luau-recap-april-2021.md index 4e8ef4a2..dc0e284f 100644 --- a/docs/_posts/2021-04-30-luau-recap-april-2021.md +++ b/docs/_posts/2021-04-30-luau-recap-april-2021.md @@ -39,4 +39,8 @@ Read more about the feature [on Roblox Developer forums](https://devforum.roblox Backwards compatibility is important for Luau, but sometimes a change is required to fix corner cases in the language / libraries or to improve performance. Even still, we try to keep impact of these changes to a minimum: -* __eq tag method will always get called for table comparisons even when a table is compared to itself. +* __eq tag method will always get called for table comparisons even when a table is compared to itself + +## Coming soon... + +* Better type refinements for statements under a condition using a new constraint resolver. Luau will now understand complex conditions combining `and`/`not` and type guards with more improvements to come