Updated CHANGELOG for 0.9.11

This commit is contained in:
Anthony Scopatz 2019-08-25 13:26:16 -04:00
parent 90940535ce
commit a280154b7b
4 changed files with 25 additions and 75 deletions

View file

@ -4,6 +4,31 @@ Xonsh Change Log
.. current developments .. current developments
v0.9.11
====================
**Changed:**
* ``vox activate`` will now prepend the absolute path of the virtualenv ``bin/`` directory (or ``Scripts/`` on Windows) to ``$PATH``; before this was a relative path.
**Fixed:**
* "lou carcolh" example and description of ``endidx`` in completer tutorial
* Logical operators in aliases are now executed as expected, e.g.
``aliases['echocat'] = 'echo "hi" and echo "there"'`` will, when run, return
.. code-block::
hi
there
**Authors:**
* Gil Forsyth
* con-f-use
* Caleb Hattingh
v0.9.10 v0.9.10
==================== ====================

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* "lou carcolh" example and description of ``endidx`` in completer tutorial
**Security:**
* <news item>

View file

@ -1,28 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Logical operators in aliases are now executed as expected, e.g.
``aliases['echocat'] = 'echo "hi" and echo "there"'`` will, when run, return
.. code-block::
hi
there
**Security:**
* <news item>

View file

@ -1,24 +0,0 @@
**Added:**
* <news item>
**Changed:**
* ``vox activate`` will now prepend the absolute path of the virtualenv ``bin/`` directory (or ``Scripts/`` on Windows) to ``$PATH``; before this was a relative path.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>