summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-05-01 17:15:51 +0000
committerGitHub <noreply@github.com>2021-05-01 17:15:51 +0000
commitedda4f7fd8ffdc133654ca98ecbe0d86fe3cae0b (patch)
treeae297e9a40e1252095a4705bcc0896d9cd9b4a91
parente64e0f0df92c9c11ab2399b4bb977b888551e153 (diff)
downloadalacritty-edda4f7fd8ffdc133654ca98ecbe0d86fe3cae0b.tar.gz
alacritty-edda4f7fd8ffdc133654ca98ecbe0d86fe3cae0b.zip
Add changelog entry for config url change
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82526473..54407ea9 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