diff options
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | doc/gitcha.txt | 2 | 
2 files changed, 6 insertions, 1 deletions
| @@ -1,5 +1,10 @@  CHANGELOG  ========= +v0.0.2 (2017-05-10): +	* Display the completion popup menu even when there is only a single +	  match. This allows users to read the commit message subject for added +	  confirmation. +  v0.0.1 (2017-04-29):  	* Initial release. diff --git a/doc/gitcha.txt b/doc/gitcha.txt index d166119..a52a0fd 100644 --- a/doc/gitcha.txt +++ b/doc/gitcha.txt @@ -2,7 +2,7 @@  Author:  Teddy Wing <http://teddywing.com>  License: GPLv3+ -Version: 0.0.1 +Version: 0.0.2  ==============================================================================  INTRODUCTION                                                          *gitcha* | 
