mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
ml cl
This commit is contained in:
parent
d3dec54378
commit
2f9b6595db
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ Current Developments
|
|||
* Added comma literals to subproc mode.
|
||||
* ``@$(cmd)`` has been added as a subprocess-mode operator, which replaces in
|
||||
the subprocess command itself with the result of running ``cmd``.
|
||||
* The ``${...}`` shortcut for ``__xonsh_env__`` now returns appropriate
|
||||
* The ``${...}`` shortcut for ``__xonsh_env__`` now returns appropriate
|
||||
completion options
|
||||
|
||||
**Changed:**
|
||||
|
@ -33,6 +33,7 @@ Current Developments
|
|||
* Numerous improvements to job control via a nearly-complete rewrite
|
||||
* Fixed issue with loading readline init files (inputrc) that seems to be
|
||||
triggered by libedit.
|
||||
* ``$MULTILINE_PROMPT`` now allows colors, as originally intended.
|
||||
* Rectified install issue with Jupyter hook when installing with pyenv,
|
||||
Jupyter install hook now repects ``--prefix`` argument.
|
||||
* Fixed issue with the xonsh.ply subpackage not being installed.
|
||||
|
|
Loading…
Add table
Reference in a new issue