From ab2419f220782db4334ac7177083593773d60b45 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Mon, 7 Dec 2015 15:57:20 +0000 Subject: [PATCH] Update changelog and site --- doc/gundo.txt | 3 +++ site/index.html | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/doc/gundo.txt b/doc/gundo.txt index f7f3e1e..dd45c31 100644 --- a/doc/gundo.txt +++ b/doc/gundo.txt @@ -257,6 +257,9 @@ GitHub: http://github.com/sjl/gundo.vim/ ============================================================================== 7. Changelog *GundoChangelog* +v2.6.0 + * Fix several Python-related bugs. + * Add g:gundo_return_on_revert option. v2.5.0 * Fix the help window to take custom mappings into account. * Add g:gundo_playback_delay option. diff --git a/site/index.html b/site/index.html index 7760ce8..84c33a2 100644 --- a/site/index.html +++ b/site/index.html @@ -409,6 +409,16 @@ let g:gundo_right = 1

Changelog

    +
  1. v2.6.0 +
      +
    • + Fix several Python-related bugs. +
    • +
    • + Add g:gundo_return_on_revert option. +
    • +
    +
  2. v2.5.0