From 5b38044baf7af8176df894a023c92664f8fbb831 Mon Sep 17 00:00:00 2001 From: "Jeremy Pallats/starcraft.man" Date: Thu, 17 Apr 2014 11:57:51 -0400 Subject: [PATCH] Adding changelog. --- README.md | 4 ++++ changelog.md | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 changelog.md diff --git a/README.md b/README.md index 8f4d7ff..661e86e 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,10 @@ 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 see [Examples](https://github.com/gmarik/Vundle.vim/wiki/Examples) diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..d23d5c9 --- /dev/null +++ b/changelog.md @@ -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