diff --git a/history.md b/history.md index 5ffdd43693c..ee42030c6ef 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,15 @@ +# 2018-10-25 + +- Fix `implementation` and `typeDefinition` of language client not working. +- Fix `diffLines` return wrong range. +- Fix `setqflist` and `setloclist` not works on vim. +- Fix snippets and `additionalTextEdits` not works on vim. +- Fix append lines not works on vim. +- Fix highlight action not works on vim. +- Fix null version of `TextDocumentIdentifier` not handled. +- Add `workspace.registerTextDocumentContentProvider` for handle custom uri. +- Add `workspace.createStatusBarItem` method. + # 2018-10-21 - **Break change**: `triggerAfterInsertEnter` now respect `minTriggerInputLength`. diff --git a/package.json b/package.json index 89af2bb1411..dfe49fe6c94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc.nvim", - "version": "0.0.27", + "version": "0.0.28", "description": "Completion manager for neovim", "main": "./lib/index.js", "bin": "./bin/server.js",