From 015f7ba65bd3c64b1c6ef68404d9b0c977ccd7ff Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Mon, 29 Mar 2021 14:33:30 -0500 Subject: [PATCH] Started on Luau Recap for March 2021 --- .../2021-03-29-luau-recap-march-2021.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/_posts/2021-03-29-luau-recap-march-2021.md diff --git a/docs/_posts/2021-03-29-luau-recap-march-2021.md b/docs/_posts/2021-03-29-luau-recap-march-2021.md new file mode 100644 index 00000000..65b26998 --- /dev/null +++ b/docs/_posts/2021-03-29-luau-recap-march-2021.md @@ -0,0 +1,24 @@ +--- +layout: single +title: "Luau Recap: March 2021" +--- + +Luau is our new language that you can read more about at [https://roblox.github.io/luau](https://roblox.github.io/luau). It's been a busy month in Luau! + +[Cross-posted to the [Roblox Developer Forum](https://devforum.roblox.com/t/luau-recap-march-2021/).] + +## Typed variadics + +## Generic functions + +## Typechecking improvements + +## Performance improvements + +## Debugger improvements + +## Library changes + +## New logo + +## Coming soon...