diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index dd72442df..22008ea54 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -30,6 +30,8 @@ Added (to report bugs which are difficult to reproduce). - New `hide-unmatched-rapid-hints` option to not hide hint unmatched hint labels in rapid mode. +- New `{clipboard}` and `{primary}` replacements for the commandline which + replace the `:paste` command. Changed ~~~~~~~ @@ -65,6 +67,12 @@ Changed - The `:buffer` completion now also filters using the first column (id). - `:undo` has been improved to reopen tabs at the position they were closed. +Deprecated +~~~~~~~~~~ + +- The `:paste` command got deprecated as `:open` with `{clipboard}` and + `{primary}` can be used instead. + Removed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index 06fbb74e7..8a0b1b30b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -145,12 +145,12 @@ Contributors, sorted by the number of commits in descending order: * Antoni Boucher * Lamar Pavel * Bruno Oliveira +* Jan Verbeek * Alexander Cogneau * Marshall Lochbaum * Jakub Klinkovský * Felix Van der Jeugt * Martin Tournoij -* Jan Verbeek * Raphael Pierzina * Joel Torstensson * Patric Schmitz