Document ! and <a-!> breaking change

This commit is contained in:
Maxime Coste 2022-03-06 10:01:49 +11:00
parent 85b78dda2e
commit d95d351cbe
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ released versions.
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>
* `!` and `<a-!>` commands now select the inserted text
== Kakoune 2021.11.07
* Support for curly and separately colored underlines (undocumented in 2021.10.28)

View File

@ -47,6 +47,7 @@ struct {
0,
"» pipe commands do not append final end-of-lines anymore\n"
"» {+u}complete-command{} to configure command completion\n"
"» {+b}!{} and {+b}<a-!>{} now select the inserted text\n"
}, {
20211107,
"» colored and curly underlines support (undocumented in 20210828)\n"