diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-10-10 22:56:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 22:56:55 +0000 |
commit | 5dca7a85e7d8e98f8e770c17af8efb442c2277d0 (patch) | |
tree | ad5e28f0458840e58adedde66a89ae71d3e7cae7 /CHANGELOG.md | |
parent | c032c89f1c457c3cf97dcda3f8367115fa5f66ea (diff) | |
download | alacritty-5dca7a85e7d8e98f8e770c17af8efb442c2277d0.tar.gz alacritty-5dca7a85e7d8e98f8e770c17af8efb442c2277d0.zip |
Add unicode 16 support
This fixes issues in width calculation for symbols added in Unicode
version 16.
Since the upstream unicode-width crate has not been updated yet, this
makes use of the temporary unicode-width-16 version to support Unicode
16 with Alacritty 0.14.0.
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 ae486fa5..ca900247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Support relative path imports from config files - `alacritty migrate` support for TOML configuration changes +- Support for Unicode 16 characters ### Changed |