diff options
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r-- | CHANGELOG.asciidoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 385cb1ce0..165916389 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -17,6 +17,15 @@ This project adheres to http://semver.org/[Semantic Versioning]. v0.4.0 (unreleased) ------------------- +Added +~~~~~ + +- New bookmark functionality (similar to quickmarks without a name). + * New command `:bookmark-add` to bookmark the current page (bound to `M`). + * New command `:bookmark-load` to load a bookmark (bound to `gb`/`gB`/`wB`). +- New (hidden) command `:completion-item-del` (bound to `<Ctrl-D>`) to delete + the current item in the completion (for quickmarks/bookmarks). + Changed ~~~~~~~ |