mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated CHANGELOG for 0.6.9
This commit is contained in:
parent
f7e2e79f35
commit
086706caf0
5 changed files with 22 additions and 57 deletions
|
@ -4,6 +4,28 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.6.9
|
||||
====================
|
||||
|
||||
**Added:**
|
||||
|
||||
* New xonsh standard library ``xonsh.lib`` subpackage
|
||||
* ``xonsh.lib.os.indir`` a context manager for temporarily entering into a directory
|
||||
* ``xonsh.lib.subprocess.run`` and ``xonsh.lib.subprocess.check_call``
|
||||
subprocess stubs using ``xonsh`` as the backend
|
||||
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* update xoreutils._which.which() for python 3.x support.
|
||||
* Fixed issue with incorrect strip lengths for prefixes with quotes in them
|
||||
* Fixed bash script to also consider leading double quotes and not just single
|
||||
quotes
|
||||
* Launching xonsh with prompt_toolkit version 2.x no longer fails, and instead fallsback to readline shell. This is a patch for until prompt_toolkit 2.x support is fully implemented. See PR #2570
|
||||
|
||||
|
||||
|
||||
|
||||
v0.6.8
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* update xoreutils._which.which() for python 3.x support.
|
||||
|
||||
**Security:** None
|
|
@ -1,15 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed issue with incorrect strip lengths for prefixes with quotes in them
|
||||
* Fixed bash script to also consider leading double quotes and not just single
|
||||
quotes
|
||||
|
||||
**Security:** None
|
|
@ -1,16 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* New xonsh standard library ``xonsh.lib`` subpackage
|
||||
* ``xonsh.lib.os.indir`` a context manager for temporarily entering into a directory
|
||||
* ``xonsh.lib.subprocess.run`` and ``xonsh.lib.subprocess.check_call``
|
||||
subprocess stubs using ``xonsh`` as the backend
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Launching xonsh with prompt_toolkit version 2.x no longer fails, and instead fallsback to readline shell. This is a patch for until prompt_toolkit 2.x support is fully implemented. See PR #2570
|
||||
|
||||
**Security:** None
|
Loading…
Add table
Reference in a new issue