summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSabu Siyad <git@ssiyad.com>2022-06-28 23:52:38 +0530
committerGitHub <noreply@github.com>2022-06-28 18:22:38 +0000
commit75b0005619f6e6d3e5e0ba775083b16cd46dac30 (patch)
treefa546f56ae65ca2c084de1dea35e98eda95faf1c /CHANGELOG.md
parent6018590d7be62d3a5317f228571d353004da0220 (diff)
downloadalacritty-75b0005619f6e6d3e5e0ba775083b16cd46dac30.tar.gz
alacritty-75b0005619f6e6d3e5e0ba775083b16cd46dac30.zip
Add hexadecimal support to --embed
Closes #6145.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 507f3ccc..8591416e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Escape sequence to set underline color (`CSI 58 : 2 : Ps : Ps : Ps m`/`CSI 58 : 5 : Ps m`)
- Escape sequence to reset underline color (`CSI 59 m`)
- Vi mode keybinding (z) to center view around vi mode cursor
+- Accept hexadecimal values starting with `0x` for `--embed`
### Changed