Skip to content

Commit

Permalink
Release v0.0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Feb 4, 2019
1 parent 09bc179 commit a4f5c8b
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-02-04

- **Break change:** no messages when documentSymbol and workspaceSymbol provider
not found.
- Add support for configure sign in statusline.
- Add help action for list.
- Fix parse error on extentions update.
- Fix wrong uri on windows.
- Fix cancel list without close ui.
- Improve startup time by remove jobwait.

# 2019-02-02

- **Break change:** extentions now update automatically, prompt 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.51",
"version": "0.0.52",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit a4f5c8b

Please sign in to comment.