diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-10-14 23:34:54 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-14 22:34:54 +0200 |
commit | 124e98e94e66d5790d4523adb9cd75f85a4691f4 (patch) | |
tree | a88e8ae7dcc035fee159dc142a35eb484dbd4fe8 /CHANGELOG.md | |
parent | 401c2aab964b60e8c3b072e5098ba8e366d04944 (diff) | |
download | alacritty-124e98e94e66d5790d4523adb9cd75f85a4691f4.tar.gz alacritty-124e98e94e66d5790d4523adb9cd75f85a4691f4.zip |
Fix logged config path separators on Windows
It was discovered that we were logging path with `\\` instead of `\` as
separators on Windows due to use of Debug formatting instead of Display
for paths.
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 ce817613..44d36a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Crash when trying to start on X11 with a Wayland compositor running - Crash with a virtual display connected on X11 - GPU memory usage has been decreased by disabling allocation of depth and stencil buffers +- Use `\` instead of `\\` as path separators on Windows for logging config file location ### Removed |