Skip to content

Commit

Permalink
Release v0.0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Mar 23, 2019
1 parent b17993b commit f22fc67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2019-03-24

- **Break change** make number input not trigger completion.
- **Break change** make none keywords character doesn't filter completion.
- Add functions for check snippet state.
- Add setting `diagnostic.checkCurrentLine`.
- Fix `signature.target` not work.
- Fix flick of signature window.
- Fix EPIPE error of node-client.
- Fix wrong root of FileWatchSysmtem.

# 2019-03-19

- **Break change** signature settings now starts `signature`.
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.61",
"version": "0.0.62",
"description": "LSP based intellisense engine for neovim & vim8.",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit f22fc67

Please sign in to comment.