diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index e4ab9a4d9..36079535c 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -34,6 +34,8 @@ Added widget. - `:edit-url` now handles the `--private` and `--related` flags, which have the same effect they have with `:open`. +- New `{line}` and `{column}` replacements for `editor.command` to position the + cursor correctly. Changed ~~~~~~~