From 65413e1c94734df0110a4411977f57af1fe8c45f Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Mon, 11 Mar 2024 19:26:58 +0100 Subject: [PATCH] Mention performance improvements in changelog, too --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32643c6..573750f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - 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