From dcddb771fc2d7cc81ad89a708e25758ee3925914 Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Mon, 30 Dec 2019 07:47:14 +0800 Subject: [PATCH] 0.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c070a2beb..6d5da3f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ CHANGELOG ## [unreleased] +### [0.3] 2019-12-30 + +The major feature of 0.3 is the performance problem has been soloved, see [#140](https://github.com/liuchengxu/vim-clap/issues/140). + ### Added - Add Python version subscorer fuzzy filter.([#159](https://github.com/liuchengxu/vim-clap/pull/159)) @@ -24,6 +28,7 @@ CHANGELOG - Fix vim popup sign not showing.([#141](https://github.com/liuchengxu/vim-clap/pull/141)) - Fix performance issue of async job.([#140](https://github.com/liuchengxu/vim-clap/issues/140)) +- Fix rff can't work on Windows thanks to @ImmemorConsultrixContrarie.([#180](https://github.com/liuchengxu/vim-clap/pull/180)) ## [0.2] 2019-12-10