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