diff options
author | Teddy Wing | 2015-09-14 06:04:40 -0400 |
---|---|---|
committer | Teddy Wing | 2015-09-14 06:04:40 -0400 |
commit | 060c56a29f70e90450cf43f85fac37b08fd5324b (patch) | |
tree | c6532723ddb53638b7bf86cddd008a5146e59a9f /CHANGELOG | |
parent | a4f5db03f4670e627249b30c446674d4f6811a71 (diff) | |
download | vim-grappele-0.0.1.tar.bz2 |
Add CHANGELOGv0.0.1
Include information about the initial v0.0.1 release.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..34d43e1 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,7 @@ +CHANGELOG +========= + +v0.0.1 (2015-09-14): + * Initial release + * Custom `G` command that stores the most recent count passed to it + * `gG` command that does `G` with the most recent `G` count |