From 0006071c02be4825947d4d204a194c11a4d51339 Mon Sep 17 00:00:00 2001 From: chemzqm Date: Thu, 2 Aug 2018 02:19:31 +0800 Subject: [PATCH] Release v0.0.4 --- history.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/history.md b/history.md index 63f3922c722..780e623fcee 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,11 @@ +# 2018-08-02 + +* Fix error of language client with unsupported schema. + + No document event fired for unsupported schema (eg: fugitive://) + +* Fix update empty configuration not works. + # 2018-07-31 * Improve file source triggered with dirname started path. diff --git a/package.json b/package.json index 56a0341368b..fba74851abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc.nvim", - "version": "0.0.3", + "version": "0.0.4", "description": "Completetion manage for neovim", "main": "./lib/index.js", "bin": "./bin/server.js",