Skip to content

Commit

Permalink
Release v0.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Jan 3, 2019
1 parent 0a7b303 commit 81a898f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2019-01-03

- **Break change:** using of `g:rooter_patterns` is removed.
- **Break change:** diagnostics would be updated in insert mode now.
- Add configuration: `coc.preferences.rootPatterns`
- Add `TM_SELECTED_TEXT` and `CLIPBOARD` support for snippets.
- Fix check of latest insert char failed.
- Fix highlight not cleared sometimes.

# 2019-01-01

- Fix issues with completion.
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.44",
"version": "0.0.45",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 81a898f

Please sign in to comment.