The new SolidMesh pipelines now have material box mapping that matches the behavior of the previous version.
Improves type checking for functions with generic type pack arguments.
Renames the ? tab in MicroProfiler HTML dumps to Info for better clarity.
Luau's New Type Solver: Fixes an instance of an internal compiler exception when calling some built-in functions, like table.freeze, as a child of or or and expressions.
...
In Luau's New Type Solver, local variables captured in a lambda are no longer allowed to change types via assignment.
Textures displaying Class.EditableImage|EditableImages now switch to low resolution when the system is low on memory, with no changes to the actual image data.
...
Fixes a crash caused by iterating through magic functions like require using a for ... in loop.
Fixes an issue where loop variables were being inferred as having generic types.
Adds an explicit error to alert that user-defined type functions named typeof are not allowed.
Textures displaying Class.EditableImage|EditableImages now switch to low resolution when the system is low on memory, with no changes to the actual image data.
...