0.532
Analysis changes
- Fix C++20 builds that were broken due to the use of require identifier (fixes #538)
Runtime changes
- Fix closing argument upvalues in inlined functions (when using -O2)
- Allow inlining of functions used in multret context when function is known to return a single value (when using -O2)
Community contributions
- Improve table stringifier when line breaks enabled by @JohnnyMorganz in #488