Skip to content

Commit

Permalink
Release v0.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Jan 28, 2019
1 parent e964e41 commit c764e78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c764e78

Please sign in to comment.