From aebaa1209f984843e18fc53e351c86d19681fa47 Mon Sep 17 00:00:00 2001 From: Morten Enemark Lund Date: Mon, 6 Jun 2016 14:15:11 +0200 Subject: [PATCH] Add entries to CHANGELOG.rst --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 473d15426..b41a53189 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -46,6 +46,8 @@ v0.3.3 * RC files are now executed directly in the appropriate context. * ``_`` is now updated by ``![]``, to contain the appropriate ``CompletedCommand`` object. +* On Windows if bash is not on the path look in the registry for the defaults + install directory for GitForWindows. @@ -55,6 +57,7 @@ v0.3.3 **Fixed:** +* Fixed crashed bash-completer when bash is not avaiable on Windows * Fixed bug on Windows where tab-completion for executables would return all files. * Fixed bug on Windows which caused the bash $PROMPT variable to be used when no no $PROMPT variable was set in .xonshrc