Add entries to CHANGELOG.rst

This commit is contained in:
Morten Enemark Lund 2016-06-06 14:15:11 +02:00
parent 3f8f8f9981
commit aebaa1209f

View file

@ -46,6 +46,8 @@ v0.3.3
* RC files are now executed directly in the appropriate context. * RC files are now executed directly in the appropriate context.
* ``_`` is now updated by ``![]``, to contain the appropriate * ``_`` is now updated by ``![]``, to contain the appropriate
``CompletedCommand`` object. ``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:**
* 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 where tab-completion for executables would return all files.
* Fixed bug on Windows which caused the bash $PROMPT variable to be used when no * Fixed bug on Windows which caused the bash $PROMPT variable to be used when no
no $PROMPT variable was set in .xonshrc no $PROMPT variable was set in .xonshrc