Updated CHANGELOG for 0.6.7

This commit is contained in:
Anthony Scopatz 2018-06-15 10:49:44 -04:00
parent 7038bee704
commit 3291fb75b5
4 changed files with 19 additions and 42 deletions

View file

@ -4,6 +4,25 @@ Xonsh Change Log
.. current developments
v0.6.7
====================
**Changed:**
* Xonsh live example has been re-added back to the documentation.
**Fixed:**
* Fixed issue where xonsh would fail to properly return the terminal prompt
(and eat up 100% CPU) after a failed subprocess command in interactive mode
if ``$RAISE_SUBPROC_ERROR = True``.
* ``xonsh.tokenize.tok_name`` no longer mutates the standard library ``tokenize.tok_name``.
A copy is made on import instead.
v0.6.6
====================

View file

@ -1,15 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fixed issue where xonsh would fail to properly return the terminal prompt
(and eat up 100% CPU) after a failed subprocess command in interactive mode
if ``$RAISE_SUBPROC_ERROR = True``.
**Security:** None

View file

@ -1,13 +0,0 @@
**Added:** None
**Changed:**
* Xonsh live example has been re-added back to the documentation.
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -1,14 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* ``xonsh.tokenize.tok_name`` no longer mutates the standard library ``tokenize.tok_name``.
A copy is made on import instead.
**Security:** None