Skip to content

Commit

Permalink
Release v0.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Dec 11, 2018
1 parent 24d706c commit 7bfc761
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 2018-12-12

- **Break change** `fixInsertedWord` fix inserted word which ends with word
after.
- **Break change** `onCompleteSelect` is removed.
- Add `workspace.registerKeymap` for regist keymap.
- Add match score for sort complete items.
- Fix possible connection lost.
- Fix priority of diagnostic signs.
- Fix possible wrong uri.
- Fix `RevealOutputChannelOn` not default to `never`.
- Fix possible wrong line used for textEdit of complete item.
- Fix possible wrong cursor position of snippet after inserted.

# 2018-12-08

- **Break change** default rootPath would be directory of current file, not cwd.
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.38",
"version": "0.0.39",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 7bfc761

Please sign in to comment.