Update changelog

This commit is contained in:
Filip Tibell 2024-06-01 21:26:15 +02:00
parent adc74f47c0
commit 636d0bf277
No known key found for this signature in database

View file

@ -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. - Tables that are arrays no longer display their keys.
- Empty tables are no longer spread across lines. - 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 ## `0.8.4` - May 12th, 2024
### Added ### Added