From 5ff351c90cc4355e34b9aa42e0987cd5c7bdad48 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 19 Oct 2017 08:49:09 -0700 Subject: [PATCH] changes for v6.0.2 --- HISTORY.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 17b691e..a6ea21a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +6.0.2 (2017-10-19) +++++++++++++++++++ + +- Only use async when Vim supports options passed to job_start function. #54 +- Support vimrc changing Vim shell by temporarily overwriting &shell. #55 + + 6.0.1 (2017-10-04) ++++++++++++++++++