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