diff options
author | Jacob Evan Shreve <jacob@shreve.io> | 2019-05-19 15:24:00 -0400 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-05-19 19:24:00 +0000 |
commit | 29c037e3c5601731b7ec0e9555bd09fe5531bd05 (patch) | |
tree | 81552ae5fcf5f3d6e299825fe55bf143f5e651d8 /CHANGELOG.md | |
parent | 679b15e2749c600950af6dc8386990a5dfedfd0f (diff) | |
download | alacritty-29c037e3c5601731b7ec0e9555bd09fe5531bd05.tar.gz alacritty-29c037e3c5601731b7ec0e9555bd09fe5531bd05.zip |
Allow URLs to end with trailing slash
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 b902ebba..1e0d9fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Selections not automatically expanding across double-width characters - On macOS, automatic graphics switching has been enabled again - Text getting recognized as URLs without slashes separating the scheme +- URL parser dropping trailing slashes from valid URLs ### Removed |