From 32bca9dde594d4195b217ff994fdbe6badd77b92 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Wed, 22 Feb 2023 18:04:50 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fccbb20..518b451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed `process.cwd` not having the correct ending path separator on Windows - Fixed remaining edge cases where the `task` and `coroutine` libraries weren't interoperable - Fixed `task.delay` keeping the script running even if it was cancelled using `task.cancel` - Fixed `stdio.prompt` blocking all other lua threads while prompting for input