diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-05-01 17:15:51 +0000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2021-05-01 17:30:49 +0000 |
commit | 3133f42191774ad45a3801994d1bec377d3f68a2 (patch) | |
tree | d40bf8b69590180ce2c64ad80ee391baaccf53ef | |
parent | a616a4958aebca3dcb7499250e0f8d5927e05fd2 (diff) | |
download | alacritty-3133f42191774ad45a3801994d1bec377d3f68a2.tar.gz alacritty-3133f42191774ad45a3801994d1bec377d3f68a2.zip |
Add changelog entry for config url change
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ceaf037..1567a070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The vi mode cursor is now created in the top-left if the terminal cursor is invisible - Focused search match will use cell instead of match colors for CellForeground/CellBackground +- URL highlighting has moved from `mouse.url` to the `hints` config section ### Fixed |