v2023.5.0
Minor improvements and minor bug fixes
v2023.5.0
- Improved runtime performance and memory usage (new)
- Relaxed constraint that concrete parameters be provided for resolved generics (new)
- Fixed MSYS2 issue #222 (new)
- Updated compiler error messages (new)
- Rewired the '-asm' compiler flag (bug)
v2023.4.2
Improved method inlining for system classes
- Toolchain uniformly, treating 'Int' types as 64-bits (instead of 32-bits on Windows and 64-bits on POSIX) issue #212
- Fixed issues #196, #199, #205 and #207 for MSYS2 x86_64 Clang
- Resolved a bug that may allow unreferenced return values to remain on the calculation stack
- Fixed additional bugs during regression
v2023.4.1
What's Changed
- A minor fix by @iahung in #215
- Fixed typo in LICENSE by @thundervox in #223
New Contributors
- @thundervox made their first contribution in #223
Full Changelog: v2023.4.2...v2023.5.0