From 636d0bf277025b31763427db39d092b018d78320 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 1 Jun 2024 21:26:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8c5b6..b0b5739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Tables that are arrays no longer display their keys. - Empty tables are no longer spread across lines. +## Fixed + +- Fixed formatted values in tables not being separated by newlines +- Fixed panicking (crashing) when using `process.spawn` with a program that does not exist. + ## `0.8.4` - May 12th, 2024 ### Added