mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated CHANGELOG for 0.6.7
This commit is contained in:
parent
7038bee704
commit
3291fb75b5
4 changed files with 19 additions and 42 deletions
|
@ -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
|
||||
====================
|
||||
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Add table
Reference in a new issue