Updated CHANGELOG for 0.9.4

This commit is contained in:
Anthony Scopatz 2019-05-22 11:09:32 -05:00
parent 8262eec8a3
commit 86dae101c7
10 changed files with 45 additions and 198 deletions

View file

@ -4,6 +4,51 @@ Xonsh Change Log
.. current developments
v0.9.4
====================
**Added:**
* Add processing ``%d`` for avoid overwriting in ``run-tests.xsh``
**Changed:**
* Xonsh now does not attempt to expand raw strings, so now::
$ echo "$HOME"
/home/user
$ echo r"$HOME"
$HOME
* sudoedit now runs unthreaded
**Fixed:**
* threadable predictor for 'env' command based on predictor from the executed
command. Fixes #2759 and #3103.
* An error in the 'xon.sh' executable that only popped up during testing has
been fixed. Specifically: It now directly calls 'python3' without invoking
'env'.
* bashisms extension can be used again with prompt_toolkit v1
* Fix a crash when setting ``$INTENSIFY_COLORS_ON_WIN`` in certain situations.
* Fix issue with bashsisms xontrib causing syntax errors for some Python statements
* portable trick to pass args which replace '/usr/bin/env' is removed and
'/usr/bin/env' is used. Fixes bug when a python3 used is outside the default
'PATH'.
**Authors:**
* Anthony Scopatz
* Morten Enemark Lund
* Jean-Benoist Leger
* David Strobach
* virus
* Carmen Bianca Bakker
* con-f-use
* cclauss
* Eddie Peters
v0.9.3
====================

View file

@ -1,23 +0,0 @@
**Added:**
* Add processing ``%d`` for avoid overwriting in ``run-tests.xsh``
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,24 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* threadable predictor for 'env' command based on predictor from the executed
command. Fixes #2759 and #3103.
**Security:**
* <news item>

View file

@ -1,6 +0,0 @@
**Fixed:**
* An error in the 'xon.sh' executable that only popped up during testing has
been fixed. Specifically: It now directly calls 'python3' without invoking
'env'.

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* bashisms extension can be used again with prompt_toolkit v1
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fix a crash when setting ``$INTENSIFY_COLORS_ON_WIN`` in certain situations.
**Security:**
* <news item>

View file

@ -1,28 +0,0 @@
**Added:**
* <news item>
**Changed:**
* Xonsh now does not attempt to expand raw strings, so now::
$ echo "$HOME"
/home/user
$ echo r"$HOME"
$HOME
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fix issue with bashsisms xontrib causing syntax errors for some Python statements
**Security:**
* <news item>

View file

@ -1,25 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* portable trick to pass args which replace '/usr/bin/env' is removed and
'/usr/bin/env' is used. Fixes bug when a python3 used is outside the default
'PATH'.
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* sudoedit now runs unthreaded
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>