Skip to content

Commit

Permalink
Release v0.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Feb 16, 2019
1 parent ac969ce commit 2a367a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 2019-02-17

- **Break change** completion resolve requires CompleteChanged autocmd.
- **Break change** mapping of space on insert mode of list removed.
- **Break change** kind of completion item use single letter.
- Fix snippet not works on GUI vim.
- Fix cursor vanish on vim by use timer hacks.
- Fix behavior of list preview window.
- Fix python check on vim.
- Fix CocJumpPlaceholder not fired.
- Fix vscode-open command not work.

# 2019-02-12

- **Break change** function `coc#util#clearmatches` signature changed.
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.54",
"version": "0.0.55",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 2a367a8

Please sign in to comment.