mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-07 12:20:53 +01:00
Update docs/_posts/2021-04-30-luau-recap-april-2021.md
Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
This commit is contained in:
parent
fc5d095c4c
commit
eb3bd894f3
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@ Read more about the feature [on Roblox Developer forums](https://devforum.roblox
|
||||||
|
|
||||||
## Behavior changes
|
## Behavior changes
|
||||||
|
|
||||||
Backwards compatibility is very important for Luau, but sometimes a change is required to improve the language or performance. Even still, we try to keep impact of these changes to a minimum:
|
Backwards compatibility is important for Luau, but sometimes a change is required to fix corner cases in the language / libraries or to improve performance. Even still, we try to keep impact of these changes to a minimum:
|
||||||
|
|
||||||
* __eq tag method will always get called for table comparisons even when a table is compared to itself.
|
* __eq tag method will always get called for table comparisons even when a table is compared to itself.
|
||||||
|
|
Loading…
Add table
Reference in a new issue