1.39.2
[1.39.2] - 2025-02-15
Changed
- Sync to upstream Luau 0.661
Fixed
- Fixed unintended bump of minimum supported macOS version in 1.39.0 to macOS 14. The language server binary supports a minimum version of macOS 10.15
- Single-line documentation comments (
---
) now correctly preserve newlines (#917). - Fixed stack-use-after-free crash in sourcemap definition magic functions when the new solver is
enabled (#928)