mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Update changelog
This commit is contained in:
parent
9498620e03
commit
1fd17ca0b3
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
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/),
|
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).
|
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
|
## `0.8.4` - May 12th, 2024
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in a new issue