diff --git a/history.md b/history.md index 2ac67487be1..354457c0397 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,13 @@ +# 2019-01-28 + +- **Break change:** `coc.preferences.diagnostic.echoMessage` changed to enum. +- Add mru support for commands and lists list. +- Add `coc.preferences.diagnostic.refreshOnInsertMode` +- Add `Mru` module. +- Improve highlight for lists, support empty `filterLabel`. +- Fix `findLocations` not work with nest locations. +- Fix cursor position after apply additionalTextEdits. + # 2019-01-24 - **Break change:** python code for denite support moved to seperated repo. diff --git a/package.json b/package.json index 29d62676495..c7cb124e441 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc.nvim", - "version": "0.0.49", + "version": "0.0.50", "description": "Completion manager for neovim", "main": "./lib/index.js", "bin": "./bin/server.js",