Update docs/_posts/2021-11-29-luau-recap-november-2021.md

Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
This commit is contained in:
Lily Brown 2021-12-02 10:03:00 -08:00 committed by GitHub
parent c198892da2
commit ffd0f7e03c
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.