Adding changelog.
This commit is contained in:
parent
16a8aedc03
commit
5b38044baf
@ -97,6 +97,10 @@
|
|||||||
|
|
||||||
See the [`:h vundle`](https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.
|
See the [`:h vundle`](https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
See the [changelog](https://github.com/gmarik/Vundle.vim/blob/master/CHANGELOG.md).
|
||||||
|
|
||||||
## People Using Vundle
|
## People Using Vundle
|
||||||
|
|
||||||
see [Examples](https://github.com/gmarik/Vundle.vim/wiki/Examples)
|
see [Examples](https://github.com/gmarik/Vundle.vim/wiki/Examples)
|
||||||
|
14
changelog.md
Normal file
14
changelog.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Change Log
|
||||||
|
==========
|
||||||
|
F = Feature, B = Bug Fix, D = Doc Change
|
||||||
|
|
||||||
|
### Version 0.10
|
||||||
|
- F: #415 Support plugin pinning (for non-git repos & preventing updates)
|
||||||
|
- F: #440 Detect plugin name collisions
|
||||||
|
- F: #418 Deferred rtp manipulation (speeds up start)
|
||||||
|
- B: #418 Leave default rtp directories (i.e. ~/.vim) where they should be
|
||||||
|
- B: #429 Fix newline character in log
|
||||||
|
- B: #440 Detect changed remotes & update repos
|
||||||
|
- D: #435 Image update in README.md
|
||||||
|
- D: #419 Add function documentation
|
||||||
|
- D: #436 Rename vundle->Vundle.vim, add modelines, quickstart update
|
Loading…
Reference in New Issue
Block a user