diff options
-rw-r--r-- | CHANGELOG | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..b67d626 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,20 @@ +CHANGELOG +========= + +v0.1.0 (2020-03-21): + Additions: + + * Add `]u` and `[u` mappings to move to the next and previous unfinished + to-do. + * Allow ftplugin mappings to be disabled by setting `g:no_plugin_maps` or + `g:no_todo_maps`. + * Commands now support dot-repeat via repeat.vim. + + Fixes: + + * Don't modify the search history when running commands. + +v0.0.1 (2016-10-17): + First public release. + + vim:tw=80:comments+=fb\:*: |