From 1fd17ca0b3fe8a314ef5416986ce972c6d4291db Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 1 Jun 2024 21:17:29 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb04ac7..0c8c5b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ 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 + +### Changed + +- Improved table pretty formatting when using `print`, `warn`, and `stdio.format`: + + - Keys are sorted numerically / alphabetically when possible. + - Keys of different types are put in distinct sections for mixed tables. + - Tables that are arrays no longer display their keys. + - Empty tables are no longer spread across lines. + ## `0.8.4` - May 12th, 2024 ### Added