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