mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
update changelog
This commit is contained in:
parent
4988b4177f
commit
10dc439ce1
1 changed files with 14 additions and 7 deletions
|
@ -6,19 +6,26 @@ Current Developments
|
|||
====================
|
||||
**Added:** None
|
||||
|
||||
**Changed:**
|
||||
**Changed:**
|
||||
|
||||
* ``which`` now give a better verbose report of where the executables are found.
|
||||
* ``which`` now gives a better verbose report of where the executables are
|
||||
found.
|
||||
* Tab completion now uses a different interface, which allows new completers
|
||||
to be implemented in Python.
|
||||
* Most functions in the ``Execer`` now take an extra argument
|
||||
``wrap_subprocs``, indicating whether the syntactially invalid expressions
|
||||
should be wrapped in ``![]`` automatically
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:**
|
||||
**Removed:**
|
||||
|
||||
* Fixed bug on Windows where ``which`` did not include current directory
|
||||
|
||||
**Fixed:**
|
||||
**Fixed:**
|
||||
|
||||
* Fixed bug on Windows where tab-completion for executables would return all files.
|
||||
* Fixed bug on Windows where tab-completion for executables would return all
|
||||
files.
|
||||
|
||||
**Security:** None
|
||||
|
||||
|
@ -26,9 +33,9 @@ v0.3.2
|
|||
====================
|
||||
**Fixed:**
|
||||
|
||||
* Fixed PermissionError when tabcompletions tries to lookup executables in
|
||||
* Fixed PermissionError when tab completions tries to lookup executables in
|
||||
directories without read permissions.
|
||||
* fix incorrect parsing of command line flags
|
||||
* Fixed incorrect parsing of command line flags
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue