diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index df33139b..8cd81a80 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -5,9 +5,9 @@ released versions. == Development version -* `complete-command` (See <> +* `complete-command` (See <>) -* `!` and `` commands now select the inserted text +* `p`, `P`, `!` and `` commands now select the inserted text * `x` now just extends the selection to contain full lines (as `` did) `` trims partial lines from the selection (as `` did) @@ -15,6 +15,9 @@ released versions. * User mappings is now bound to `` while keeping/removing main selection moved to `,` and `` +* History registers `%reg{colon}`, `%reg{slash}` and `%reg{pipe}` now + have reverse chronological order + == Kakoune 2021.11.07 * Support for curly and separately colored underlines (undocumented in 2021.10.28)