branch: elpa/vcomplete commit 556a6c2cff278fe44b230cf2f43c1fb04585785d Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Document recent changes in the NEWS file --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 1c79d889f5..957431c701 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ Vcomplete NEWS -- history of user-visible changes. See the end of the file for an explanation of the versioning scheme. +* 0.2 (in development) + +** Optionally automatically update the completion list buffer. +See vcomplete-auto-update's documentation string for more information. + +** Fix vcomplete--setup being removed from a wrong hook when +vcomplete-mode is turned off. + * 0.1 ** Initial version.