diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-01-02 14:34:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 13:34:57 +0000 |
commit | 5685ce8bf8cb919f454518f1206b7ebc52636378 (patch) | |
tree | e20dde7f70bb06ad4edc277f2faa2b25ccf8938c /CHANGELOG.md | |
parent | 8f57367eadeca92706193fc40030081f40e81fbf (diff) | |
download | alacritty-5685ce8bf8cb919f454518f1206b7ebc52636378.tar.gz alacritty-5685ce8bf8cb919f454518f1206b7ebc52636378.zip |
Fix replacing optional fields
This fixes an issue with the default `SerdeReplace` implementation where
it would never recurse through options but always replace the entire
option with the new value.
Closes #7518.
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 49dddcce..5c443c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - IME input lagging behind on X11 - xdotool modifiers input not working correctly on X11 - Parsing numbers fails for mouse bindings +- Some config options overriding each other in CLI/IPC ## 0.13.0 |