diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index a1f0225b0..ff2cc4d36 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -20,7 +20,9 @@ released versions. * View mode commands and mouse scrolling no longer change selections when those go off-screen. -* New commands `git apply`, `git edit`, `git grep` +* New commands `git apply`, `git blame-jump`, `git edit` and `git grep`. + +* `git blame` now also works in `git-diff` and `git-log` buffers. == Kakoune 2023.08.08 diff --git a/src/main.cc b/src/main.cc index 2dd4e3a6b..e721699f4 100644 --- a/src/main.cc +++ b/src/main.cc @@ -52,7 +52,8 @@ struct { "» {+b}+{} only duplicates identical selections a single time\n" "» {+u}daemonize-session{} command\n" "» view mode and mouse scrolling no longer change selections\n" - "» {+u}git apply/edit/grep{} commands\n" + "» {+u}git apply/blame-jump/edit/grep{} commands\n" + "» {+u}git blame{} works in {+u}git-diff{} and {+u}git-log{} buffers\n" }, { 20230805, "» Fix FreeBSD/MacOS clang compilation\n"