Update changelog

This commit is contained in:
Filip Tibell 2024-06-05 20:23:01 +02:00
parent 1fb1d3e7b5
commit 59a7955132
No known key found for this signature in database

View file

@ -40,6 +40,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sandboxing and codegen in the Luau VM is now fully enabled, resulting in up to 2x or faster code execution.
This should not result in any behavior differences in Lune, but if it does, please open an issue.
- Improved formatting of custom error objects (such as when `fs.readFile` returns an error) when printed or formatted using `stdio.format`.
### Fixed
- Fixed `__type` and `__tostring` metamethods on userdatas and tables not being respected when printed or formatted using `stdio.format`.
## `0.8.5` - June 1st, 2024