mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated CHANGELOG for 0.9.11
This commit is contained in:
parent
90940535ce
commit
a280154b7b
4 changed files with 25 additions and 75 deletions
|
@ -4,6 +4,31 @@ Xonsh Change Log
|
|||
|
||||
.. 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
|
||||
====================
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
||||
|
Loading…
Add table
Reference in a new issue