Update changelog and site

This commit is contained in:
Steve Losh 2015-12-07 15:57:20 +00:00
parent 958803355c
commit ab2419f220
2 changed files with 13 additions and 0 deletions

View File

@ -257,6 +257,9 @@ GitHub: http://github.com/sjl/gundo.vim/
============================================================================== ==============================================================================
7. Changelog *GundoChangelog* 7. Changelog *GundoChangelog*
v2.6.0
* Fix several Python-related bugs.
* Add g:gundo_return_on_revert option.
v2.5.0 v2.5.0
* Fix the help window to take custom mappings into account. * Fix the help window to take custom mappings into account.
* Add g:gundo_playback_delay option. * Add g:gundo_playback_delay option.

View File

@ -409,6 +409,16 @@ let g:gundo_right = 1
<h1>Changelog</h1> <h1>Changelog</h1>
<ol class="changelog"> <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 <li>v2.5.0
<ul> <ul>
<li> <li>