mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
updated cl
This commit is contained in:
parent
73b79c91be
commit
46894f201a
1 changed files with 18 additions and 14 deletions
|
@ -4,20 +4,6 @@ Xonsh Change Log
|
||||||
|
|
||||||
Current Developments
|
Current Developments
|
||||||
====================
|
====================
|
||||||
**Added:** None
|
|
||||||
|
|
||||||
**Changed:** None
|
|
||||||
|
|
||||||
**Deprecated:** None
|
|
||||||
|
|
||||||
**Removed:** None
|
|
||||||
|
|
||||||
**Fixed:** None
|
|
||||||
|
|
||||||
**Security:** None
|
|
||||||
|
|
||||||
v0.3.3
|
|
||||||
====================
|
|
||||||
**Added:**
|
**Added:**
|
||||||
|
|
||||||
* New ``Block`` and ``Functor`` context managers are now available as
|
* New ``Block`` and ``Functor`` context managers are now available as
|
||||||
|
@ -30,6 +16,24 @@ v0.3.3
|
||||||
block into a callable object. The function object is available via the
|
block into a callable object. The function object is available via the
|
||||||
``func()`` attribute. However, the ``Functor`` instance is itself callable
|
``func()`` attribute. However, the ``Functor`` instance is itself callable
|
||||||
and will dispatch to ``func()``.
|
and will dispatch to ``func()``.
|
||||||
|
|
||||||
|
**Changed:**
|
||||||
|
|
||||||
|
* Functions in ``Execer`` now take ``transform`` kwarg instead of
|
||||||
|
``wrap_subproc``.
|
||||||
|
|
||||||
|
**Deprecated:** None
|
||||||
|
|
||||||
|
**Removed:** None
|
||||||
|
|
||||||
|
**Fixed:** None
|
||||||
|
|
||||||
|
**Security:** None
|
||||||
|
|
||||||
|
v0.3.3
|
||||||
|
====================
|
||||||
|
**Added:**
|
||||||
|
|
||||||
* Question mark literals, ``?``, are now allowed as part of
|
* Question mark literals, ``?``, are now allowed as part of
|
||||||
subprocess argument names.
|
subprocess argument names.
|
||||||
* IPython style visual pointer to show where syntax error was detected
|
* IPython style visual pointer to show where syntax error was detected
|
||||||
|
|
Loading…
Add table
Reference in a new issue