summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-11-24 03:00:23 +0300
committerGitHub <noreply@github.com>2020-11-24 03:00:23 +0300
commit60538d2d7fe6e45a3f903c53cbbceec012e7e197 (patch)
tree6366d1279f507f855ad508d5e6501f05fe215649
parent2fd2db4afa232ebd15dbfff88160224badeaa669 (diff)
downloadalacritty-60538d2d7fe6e45a3f903c53cbbceec012e7e197.tar.gz
alacritty-60538d2d7fe6e45a3f903c53cbbceec012e7e197.zip
Fix CHANGELOG sections
Commit 2fd2db4 added one more 'Added' section during rebase, thus merging it with existing one.
-rw-r--r--CHANGELOG.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e9e48ec..799af26f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Support for `~/` at the beginning of configuration file imports
+- New `cursor.style.blinking` option to set the default blinking state
+- New `cursor.blink_interval` option to configure the blinking frequency
+- Support for cursor blinking escapes (`CSI ? 12 h`, `CSI ? 12 l` and `CSI Ps SP q`)
### Changed
@@ -20,12 +23,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Wide characters sometimes being cut off
- Preserve vi mode across terminal `reset`
-### Added
-
-- New `cursor.style.blinking` option to set the default blinking state
-- New `cursor.blink_interval` option to configure the blinking frequency
-- Support for cursor blinking escapes (`CSI ? 12 h`, `CSI ? 12 l` and `CSI Ps SP q`)
-
## 0.6.0
### Packaging