updated cl

This commit is contained in:
Anthony Scopatz 2016-06-06 13:59:57 -04:00
parent 73b79c91be
commit 46894f201a

View file

@ -4,20 +4,6 @@ Xonsh Change Log
Current Developments
====================
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None
v0.3.3
====================
**Added:**
* 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
``func()`` attribute. However, the ``Functor`` instance is itself callable
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
subprocess argument names.
* IPython style visual pointer to show where syntax error was detected