diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2019-03-31 19:29:04 +0100 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-31 18:29:04 +0000 |
commit | a9c6e2807f3a205ee1adc8adb732aac9215ea6cb (patch) | |
tree | a060dd153749b716f6150bf6e33bd03eaf918da0 | |
parent | cfd025b5289bc305470a96657868c982a2b13bc2 (diff) | |
download | alacritty-a9c6e2807f3a205ee1adc8adb732aac9215ea6cb.tar.gz alacritty-a9c6e2807f3a205ee1adc8adb732aac9215ea6cb.zip |
Merge "Changed" sections in ChangeLog
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a94b5305..5d31522e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Changed - -- Command keybindings on Windows will no longer open new cmd.exe console windows - ### Added - MSI installer for Windows is now available @@ -24,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Clicking on non-alphabetical characters in front of URLs will no longer open them +- Command keybindings on Windows will no longer open new cmd.exe console windows ### Fixed |