Add the v2.1.0 changelog.

This commit is contained in:
Steve Losh 2011-03-09 19:46:23 -05:00
parent 810b22109d
commit dd2f1cdfe8
2 changed files with 29 additions and 0 deletions

View File

@ -211,6 +211,14 @@ GitHub: http://github.com/sjl/gundo.vim/
============================================================================== ==============================================================================
7. Changelog *GundoChangelog* 7. Changelog *GundoChangelog*
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
of being displayed on launch.
* The <j> and <k> mappings are now configurable with
g:gundo_map_move_older and g:gundo_map_move_newer.
* The o, <Up> and <Down> keys are now mapped in the Gundo pane.
* Improve and add several unit tests for Gundo.
v2.0.0 v2.0.0
* Make GundoToggle close the Gundo windows if they're visible but not the * Make GundoToggle close the Gundo windows if they're visible but not the
current window, instead of moving to them. current window, instead of moving to them.

View File

@ -359,6 +359,27 @@ let g:gundo_right = 1
<h1>Changelog</h1> <h1>Changelog</h1>
<ol class="changelog"> <ol class="changelog">
<li>v2.1.0
<li>
Warnings about having an incompatible Vim and/or
Python installation are now deferred until the
first time you try to use Gundo, instead of being
displayed on launch.
</li>
<li>
The <code>j</code> and <code>k</code> mappings are
now configurable with
<code>g:gundo_map_move_older</code> and
<code>g:gundo_map_move_newer</code>.
</li>
<li>
The o, <code>Up</code> and <code>Down</code> keys
are now mapped in the Gundo pane.
</li>
<li>
Improve and add several unit tests for Gundo.
</li>
</li>
<li>v2.0.0 <li>v2.0.0
<ul> <ul>
<li> <li>