From edcf24fa09b5641ffcfeb2fe184be68b02fc7d34 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Wed, 22 Feb 2023 13:09:04 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 609601f..fccbb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Type definitions are now bundled as part of the Lune executable, meaning they no longer need to be downloaded. - `lune --generate-selene-types` will generate the Selene type definitions file, replacing `lune --download-selene-types` - `lune --generate-luau-types` will generate the Luau type definitions file, replacing `lune --download-luau-types` +- Improved accuracy of Selene type definitions, strongly typed arrays are now used where possible - Improve error handling and messages for `net.serve` - Improve error handling and messages for `stdio.prompt`