diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 08:57:39 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-05-17 08:36:41 +0300 |
commit | 6f6ad2b2eec9dbc9b3a1b0190d4a2dfd3c0b3bf6 (patch) | |
tree | 7bf2ac2542e2c4c601fc085d021e44601d8260b0 /CHANGELOG.md | |
parent | 04811c674ba01a0f68d9842c33816b78fe3253ab (diff) | |
download | alacritty-6f6ad2b2eec9dbc9b3a1b0190d4a2dfd3c0b3bf6.tar.gz alacritty-6f6ad2b2eec9dbc9b3a1b0190d4a2dfd3c0b3bf6.zip |
Update clap to v4.2.7
Fixes #6879.
Fixes #6874.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 946920e7..4ec4f55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Mode-specific bindings can now be bound in any mode for easier macros +- `--help` output is more compact now and uses more neutral palette ### Fixed |