From ffd0f7e03c1e65422289931de40ccd0f95d15b25 Mon Sep 17 00:00:00 2001 From: Lily Brown Date: Thu, 2 Dec 2021 10:03:00 -0800 Subject: [PATCH] Update docs/_posts/2021-11-29-luau-recap-november-2021.md Co-authored-by: Arseny Kapoulkine --- docs/_posts/2021-11-29-luau-recap-november-2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2021-11-29-luau-recap-november-2021.md b/docs/_posts/2021-11-29-luau-recap-november-2021.md index 745cbfe1..52f97713 100644 --- a/docs/_posts/2021-11-29-luau-recap-november-2021.md +++ b/docs/_posts/2021-11-29-luau-recap-november-2021.md @@ -57,7 +57,7 @@ When Luau is not retaining type graphs, the type checker now discards more of a ## Bug fixes -We've fixed a bug causing Luau unit tests on ARM systems to fail, rooted in an issue in `string.pack`. +We've fixed a bug where on ARM systems (mobile), packing negative numbers using unsigned formats in `string.pack` would produce the wrong result. We've fixed an issue with type aliases that reuse generic type names that caused them to be instantiated incorrectly.