From 854c3c6f7194088315b0b726c4427bf60d86fa2a Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Mon, 25 Sep 2023 14:44:46 -0500 Subject: [PATCH] Add note about powershell to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4522c..df8eae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update to Luau version `0.596`. +- `process.spawn` now uses `powershell` instead of `/bin/bash` as the shell on Windows, with `shell = true`. - CFrame and Vector3 values are now rounded to the nearest 2 ^ 16 decimal place to reduce floating point errors and diff noise. Note that this does not affect intermediate calculations done in lua, and only happens when a property value is set on an Instance. ### Fixed