From 8fd5edd468ddaa678dc26e5ec0bd082cbca3a0f1 Mon Sep 17 00:00:00 2001 From: Alexander McCord <11488393+alexmccord@users.noreply.github.com> Date: Tue, 30 Aug 2022 09:33:45 -0700 Subject: [PATCH] Update docs/_posts/2022-08-29-luau-recap-august-2022.md Co-authored-by: Arseny Kapoulkine --- docs/_posts/2022-08-29-luau-recap-august-2022.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_posts/2022-08-29-luau-recap-august-2022.md b/docs/_posts/2022-08-29-luau-recap-august-2022.md index d9a0f225..d4aea7b7 100644 --- a/docs/_posts/2022-08-29-luau-recap-august-2022.md +++ b/docs/_posts/2022-08-29-luau-recap-august-2022.md @@ -170,6 +170,7 @@ local s: string = my_cool_lower("HI") * Reduce parser C stack consumption which fixes some stack overflow crashes on deeply nested sources * Improve performance of `bit32.extract`/`replace` when width is implied (~3% faster chess) * Improve performance of `bit32.extract` when field/width are constants (~10% faster base64) +* `string.format` now supports a new format specifier, `%*`, that accepts any value type and formats it using `tostring` rules ## Thanks