diff --git a/history.md b/history.md index 02b53e18499..402c25aa528 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,15 @@ +# 2019-02-17 + +- **Break change** completion resolve requires CompleteChanged autocmd. +- **Break change** mapping of space on insert mode of list removed. +- **Break change** kind of completion item use single letter. +- Fix snippet not works on GUI vim. +- Fix cursor vanish on vim by use timer hacks. +- Fix behavior of list preview window. +- Fix python check on vim. +- Fix CocJumpPlaceholder not fired. +- Fix vscode-open command not work. + # 2019-02-12 - **Break change** function `coc#util#clearmatches` signature changed. diff --git a/package.json b/package.json index 2c8d859be3f..d89509884db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc.nvim", - "version": "0.0.54", + "version": "0.0.55", "description": "Completion manager for neovim", "main": "./lib/index.js", "bin": "./bin/server.js",