diff --git a/history.md b/history.md index 077668cfdbd..7292add80f0 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,17 @@ +# 2018-12-12 + +- **Break change** `fixInsertedWord` fix inserted word which ends with word + after. +- **Break change** `onCompleteSelect` is removed. +- Add `workspace.registerKeymap` for regist keymap. +- Add match score for sort complete items. +- Fix possible connection lost. +- Fix priority of diagnostic signs. +- Fix possible wrong uri. +- Fix `RevealOutputChannelOn` not default to `never`. +- Fix possible wrong line used for textEdit of complete item. +- Fix possible wrong cursor position of snippet after inserted. + # 2018-12-08 - **Break change** default rootPath would be directory of current file, not cwd. diff --git a/package.json b/package.json index 0b4acb950a0..92c936149ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc.nvim", - "version": "0.0.38", + "version": "0.0.39", "description": "Completion manager for neovim", "main": "./lib/index.js", "bin": "./bin/server.js",