diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2020-01-15 12:47:15 +0000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-01-15 13:47:15 +0100 |
commit | 7dc406252b06a19b8d5c4f2a2fdebe90a5ad65e2 (patch) | |
tree | 7686bcbf16a58ca49626ab9540b6d8d6b2d29161 /CHANGELOG.md | |
parent | c1664b348d97d6ab1a1a6956e1823ca70e64351c (diff) | |
download | alacritty-7dc406252b06a19b8d5c4f2a2fdebe90a5ad65e2.tar.gz alacritty-7dc406252b06a19b8d5c4f2a2fdebe90a5ad65e2.zip |
Remove Windows working directory canonicalization
Fixes #3198.
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 b9f0db4c..d7e77a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Font size resetting when Alacritty is moved between screens - Limited payload length in clipboard escape (used for Tmux copy/paste) - Alacritty not ignoring keyboard events for changing WM focus on X11 +- Regression which added a UNC path prefix to the working directory on Windows ## 0.4.1 |