diff --git a/history.md b/history.md index 8331a74d61b..5ffdd43693c 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,16 @@ +# 2018-10-21 + +- **Break change**: `triggerAfterInsertEnter` now respect `minTriggerInputLength`. +- Add `coc.preferences.minTriggerInputLength`. +- Add command: `:CocCommand`. +- Fix `position` of `provideCompletionItems`. +- Fix content change not trigger after completion. +- Fix default sorters & matchers of denite sources. +- Fix `outputChannel` wrong `buftype`. +- Fix completion not works with `textEdit` add new lines. +- Fix first item not resolved when `noselect` is disabled +- Remove using of `diff` module. + # 2018-10-18 - **Break change**: all buffers are created as document. diff --git a/package.json b/package.json index 2f8baf334ac..89af2bb1411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc.nvim", - "version": "0.0.26", + "version": "0.0.27", "description": "Completion manager for neovim", "main": "./lib/index.js", "bin": "./bin/server.js",