diff options
author | Ethan Conneely <Econn50@outlook.com> | 2022-07-10 10:10:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-10 12:10:28 +0300 |
commit | 8451b75689b44f11ec1707af7e26d915772c3972 (patch) | |
tree | d789dc68906ed5501622a12af21c40f82288b049 /CHANGELOG.md | |
parent | 563c4151df42ecefa866a6a4c164bf1e49626b70 (diff) | |
download | alacritty-8451b75689b44f11ec1707af7e26d915772c3972.tar.gz alacritty-8451b75689b44f11ec1707af7e26d915772c3972.zip |
Fix error when opening in root dir on Windows
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 6c8816d2..c1d97b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Character mappings in the DEC special graphics character set (line drawing) - Window flickering on resize on Wayland - Unnecessary config reload when using `/dev/null` as a config file +- Windows `Open Alacritty Here` on root of drive displaying error ## 0.10.1 |