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.

Pending

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

Pending

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

Pending

Fixes

NoteStatus

Fix missing textures on some gles 2.0 devices.

Live

Fix missing textures on some gles 2.0 devices.

Live