diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-11-27 20:21:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 20:21:51 +0100 |
commit | b9c513bd27f26271c51ff32fed38ce99abfc7e0d (patch) | |
tree | d5ad69b9a11b6b0dcd9a1d8f2e9993566d1b6ca4 /CHANGELOG.md | |
parent | c104215ae35aba090730252622bf690c0e534e5f (diff) | |
download | alacritty-b9c513bd27f26271c51ff32fed38ce99abfc7e0d.tar.gz alacritty-b9c513bd27f26271c51ff32fed38ce99abfc7e0d.zip |
Fix parsing of file scheme
Fixes #3034.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 23380ace..3ee9dec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.4.1-dev +### Fixed + +- URLs not truncated with non-matching single quote +- Absolute file URLs (`file:///home`) not recognized because of leading `/` + ## 0.4.0-dev ### Packaging |