Update changelog.

This commit is contained in:
Steve Losh 2011-03-13 16:24:08 -04:00
parent d714647186
commit e7a1ecf244
2 changed files with 9 additions and 1 deletions

View File

@ -211,6 +211,8 @@ GitHub: http://github.com/sjl/gundo.vim/
==============================================================================
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

View File

@ -359,7 +359,13 @@ let g:gundo_right = 1
<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