From 46894f201a05375fdba673b47edd762b860545f7 Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Mon, 6 Jun 2016 13:59:57 -0400 Subject: [PATCH] updated cl --- CHANGELOG.rst | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dea62d351..4d64404e8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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