diff --git a/docs/_posts/2021-03-29-luau-recap-march-2021.md b/docs/_posts/2021-03-29-luau-recap-march-2021.md
index 130b9850..1fce92c9 100644
--- a/docs/_posts/2021-03-29-luau-recap-march-2021.md
+++ b/docs/_posts/2021-03-29-luau-recap-march-2021.md
@@ -62,8 +62,7 @@ Luau now has a shiny new logo!
 
 ## Coming soon...
 
-* Generic variadics!
 * Native Vector3 math with dramatic performance improvements!
 * Better tools for memory analysis!
-* Better treatment of cyclic requires
-* [Anything else?]
+* Better treatment of cyclic requires during type checking
+* Better refinements including nil-ability checks, `and`/`or` and `IsA`