# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1449503840 0
# Node ID 5eceebd06c39b670901d1b61c87aa07b7ac57f10
# Parent  4206a55f9922d21568780af8f2896ddc88c81bd7
Update changelog and site

diff -r 4206a55f9922 -r 5eceebd06c39 doc/gundo.txt
--- 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.
diff -r 4206a55f9922 -r 5eceebd06c39 site/index.html
--- 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>