Skip to content

Commit

Permalink
Release v0.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Jan 8, 2019
1 parent b854411 commit 0b964d8
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-09

- **Break change:** throw error when languageserver id is invalid.
- Add watcher for languageserver configuration change.
- Fix possible invalid package.json.
- Fix applyEdits not work sometimes.
- Fix server still started when command search failed.
- Fix log file not writeable.
- Improve completion performance.

# 2019-01-03

- **Break change:** using of `g:rooter_patterns` is removed.
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.45",
"version": "0.0.46",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 0b964d8

Please sign in to comment.