Skip to content

Commit

Permalink
Release v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Oct 5, 2018
1 parent 1d32c06 commit 4eab01f
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 @@
# 2018-10-05

- **Break change**, `workspace.onDidChangeConfiguration` emit `ConfigurationChangeEvent` now.
- Add `position` to function `coc#util#open_terminal`.
- Improve performance of completion by use vim's filter when possible.
- Fix service start multiple times.
- Fix parse of `iskeyword` option, consider `@-@`.
- Fix completion of snippet: cancel on line change.

# 2018-10-01

- Improved document `didChange` before trigger 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.23",
"version": "0.0.24",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 4eab01f

Please sign in to comment.