5eceebd06c39 v2.6.0

Update changelog and site
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 07 Dec 2015 15:57:20 +0000
parents 4206a55f9922
children 1be6a45c04c8
branches/tags v2.6.0
files doc/gundo.txt site/index.html

Changes

--- a/doc/gundo.txt	Mon Dec 07 15:55:13 2015 +0000
+++ b/doc/gundo.txt	Mon Dec 07 15:57:20 2015 +0000
@@ -257,6 +257,9 @@
 ==============================================================================
 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.
--- a/site/index.html	Mon Dec 07 15:55:13 2015 +0000
+++ b/site/index.html	Mon Dec 07 15:57:20 2015 +0000
@@ -409,6 +409,16 @@
                 <h1>Changelog</h1>
 
                 <ol class="changelog">
+                    <li>v2.6.0
+                        <ul>
+                            <li>
+                                Fix several Python-related bugs.
+                            </li>
+                            <li>
+                                Add <code>g:gundo_return_on_revert</code> option.
+                            </li>
+                        </ul>
+                    </li>
                     <li>v2.5.0
                         <ul>
                             <li>