This commit is contained in:
Anthony Scopatz 2016-05-23 17:25:42 -04:00
parent 35464e9fe5
commit 11733f04f7

View file

@ -11,9 +11,9 @@ Current Developments
* ``@$(cmd)`` has been added as a subprocess-mode operator, which replaces in
the subprocess command itself with the result of running ``cmd``.
**Changed:**
**Changed:**
* On Windows the default bash completions files ``$BASH_COMPLETIONS`` now points
* On Windows the default bash completions files ``$BASH_COMPLETIONS`` now points
to the default location of the completions files used by 'Git for Windows'
**Deprecated:** None
@ -23,12 +23,13 @@ Current Developments
**Fixed:**
* Fix bash completions (e.g git etc.) on windows when completions files have
* Fix bash completions (e.g git etc.) on windows when completions files have
spaces in their path names
* Fixed a bug preventing ``source-bash`` from working on Windows
* Fixed a bug preventing ``source-bash`` from working on Windows
* Numerous improvements to job control via a nearly-complete rewrite
* Rectified install issue with Jupyter hook when installing with pyenv,
Jupyter install hook now repects ``--prefix`` argument.
* Fixed issue with the xonsh.ply subpackage not being installed.
* Fixed a parsing bug whereby a trailing ``&`` on a line was being ignored
(processes were unable to be started in the background)