Release notes for 435

Improvements

NoteStatus

Luau now supports compound assignments (+=, -=, *=, /=, %=, ^= and ..=). The assignments only work on single values (a, b += 1 is invalid); the left hand side is only evaluated once. When modifying table keys, __index and __newindex will be called as necessary - no new metamethods are introduced.

Live

Lua tables are now ~20% smaller (doesn't apply to array-like tables)

Live

Luau coroutine resumption is now ~10% faster (as measured on a prime sieve benchmark using coroutine based generators)

Live

Fixes

NoteStatus

Fix missing textures on some gles 2.0 devices.

Live

Fix missing textures on some gles 2.0 devices.

Live

On this page