From 120048ae9534799a11820ce1e93a67fa9c191575 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 1 May 2025 21:12:54 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 289151e..278b783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Added support for non-UTF8 strings in arguments to `process.exec` and `process.spawn` + +### Changed + +- Improved cross-platform compatibility and correctness for values in `process.args` and `process.env`, especially on Windows + ## `0.9.2` - April 30th, 2025 ### Changed