diff --git a/history.md b/history.md index dbe17adb0cd..cdfbce6a66e 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,14 @@ +# 2019-02-04 + +- **Break change:** no messages when documentSymbol and workspaceSymbol provider + not found. +- Add support for configure sign in statusline. +- Add help action for list. +- Fix parse error on extentions update. +- Fix wrong uri on windows. +- Fix cancel list without close ui. +- Improve startup time by remove jobwait. + # 2019-02-02 - **Break change:** extentions now update automatically, prompt is removed. diff --git a/package.json b/package.json index 5480cd41117..74ce30741a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc.nvim", - "version": "0.0.51", + "version": "0.0.52", "description": "Completion manager for neovim", "main": "./lib/index.js", "bin": "./bin/server.js",