09ee9f0039e5

Update changelog.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Mar 2011 16:24:08 -0400
parents 32fc370cfba5
children a89fb121c18d b4bac5edf5fe
branches/tags (none)
files doc/gundo.txt site/index.html

Changes

--- a/doc/gundo.txt	Sun Mar 13 16:21:33 2011 -0400
+++ b/doc/gundo.txt	Sun Mar 13 16:24:08 2011 -0400
@@ -211,6 +211,8 @@
 ==============================================================================
 7. Changelog                                                  *GundoChangelog*
 
+v2.1.1
+    * Fix a bug with the movement key mappings.
 v2.1.0
     * Warnings about having an incompatible Vim and/or Python installation
       are now deferred until the first time you try to use Gundo, instead
--- a/site/index.html	Sun Mar 13 16:21:33 2011 -0400
+++ b/site/index.html	Sun Mar 13 16:24:08 2011 -0400
@@ -359,7 +359,13 @@
                 <h1>Changelog</h1>
                 
                 <ol class="changelog">
-                    <li>v2.1.0
+                    <li>v2.1.1
+                        <ul>
+                            <li>
+                                Fix a bug with the movement key mappings.
+                            </li>
+                        </ul>
+                    </li><li>v2.1.0
                         <ul>
                             <li>
                                 Warnings about having an incompatible Vim and/or