diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-01-02 14:34:57 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-01-06 08:59:54 +0100 |
commit | 4fb82778b27cefaf28c356e564154db59d309040 (patch) | |
tree | 38b5032b0ce31ea314b12ff589127e5d3dbb6b0d /CHANGELOG.md | |
parent | a00cb3edc642bf87ec1aecefa4517e2eeeff2ce5 (diff) | |
download | alacritty-4fb82778b27cefaf28c356e564154db59d309040.tar.gz alacritty-4fb82778b27cefaf28c356e564154db59d309040.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 503cb969..ef5975ac 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 |