diff options
author | Joshua Cao <cao.joshua@yahoo.com> | 2024-07-02 12:14:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 19:14:25 +0000 |
commit | 5e6b92db85b3ea7ffd06a7a5ae0d2d62ad5946a6 (patch) | |
tree | ab37c6d2cd45de1868b65974d5f7d9bff2fe0973 /CHANGELOG.md | |
parent | 138ac426bfeb73db4f00d13a9126527d02c1e867 (diff) | |
download | alacritty-5e6b92db85b3ea7ffd06a7a5ae0d2d62ad5946a6.tar.gz alacritty-5e6b92db85b3ea7ffd06a7a5ae0d2d62ad5946a6.zip |
Support relative imports in config file
Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1bd0c8..97d3de84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Notable changes to the `alacritty_terminal` crate are documented in its ## 0.14.0-dev +### Added + +- Support relative path imports from config files + ### Changed - Pressing `Alt` with unicode input will now add `ESC` like for ASCII input |