Mention performance improvements in changelog, too

This commit is contained in:
Filip Tibell 2024-03-11 19:26:58 +01:00
parent edeb4003fd
commit 65413e1c94
No known key found for this signature in database

View file

@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Update to Luau version `0.616`. - Update to Luau version `0.616`.
- Major performance improvements when using a large amount of threads / asynchronous Lune APIs. ([#165])
- Minor performance improvements and less overhead for `net.serve` and `net.socket`. ([#165])
### Fixed ### Fixed