mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
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:
parent
c198892da2
commit
ffd0f7e03c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue