mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated CHANGELOG for 0.6.8
This commit is contained in:
parent
508de44544
commit
17450e8a46
7 changed files with 19 additions and 82 deletions
|
@ -4,6 +4,25 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.6.8
|
||||
====================
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* completions relative to ``CDPATH`` only trigger when used with ``cd``
|
||||
* Import of ``ctypes.util`` is now explictly performed, as needed.
|
||||
Python v3.7 no longer imports this module along with ``ctypes``.
|
||||
* Fixed issue with pygments-cache not properly generating a cache the first
|
||||
time when using prompt-toolkit. This was due to a lingering lazy import
|
||||
of ``pkg_resources`` that has been removed.
|
||||
* Removed duplicate ``pip`` completer
|
||||
* ``bash_completion`` no longer returns invalid prefix lengths for directories
|
||||
containing escape file names
|
||||
* Fixed error when using redirection (e.g., >) on Windows.
|
||||
|
||||
|
||||
|
||||
|
||||
v0.6.7
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* completions relative to ``CDPATH`` only trigger when used with ``cd``
|
||||
|
||||
**Security:** None
|
|
@ -1,14 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Import of ``ctypes.util`` is now explictly performed, as needed.
|
||||
Python v3.7 no longer imports this module along with ``ctypes``.
|
||||
|
||||
**Security:** None
|
|
@ -1,15 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed issue with pygments-cache not properly generating a cache the first
|
||||
time when using prompt-toolkit. This was due to a lingering lazy import
|
||||
of ``pkg_resources`` that has been removed.
|
||||
|
||||
**Security:** None
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Removed duplicate ``pip`` completer
|
||||
|
||||
**Security:** None
|
|
@ -1,14 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* ``bash_completion`` no longer returns invalid prefix lengths for directories
|
||||
containing escape file names
|
||||
|
||||
**Security:** None
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed error when using redirection (e.g., >) on Windows.
|
||||
|
||||
**Security:** None
|
Loading…
Add table
Reference in a new issue