From 0ddaaaefb5b12efcdaefa13a1ee0b134adff350d Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Fri, 2 May 2025 12:29:46 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278b783..8094a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved cross-platform compatibility and correctness for values in `process.args` and `process.env`, especially on Windows +### Fixed + +- Fixed various crashes during require that had the error `cannot mutably borrow app data container` + ## `0.9.2` - April 30th, 2025 ### Changed