This commit is contained in:
Anthony Scopatz 2017-02-01 10:33:50 -05:00
parent 8b97b1af72
commit cb62c0c3c3

View file

@ -23,7 +23,7 @@ v0.5.3
* The ``Block`` and ``Functor`` context managers from ``xonsh.contexts`` have been
rewritten to use xonsh's macro capabilities. You must now enter these via the
``with!`` statement, e.g. ``with! Block(): pass``.
``with!`` statement, e.g. ``with! Block(): pass``.
* The ``distributed`` xontrib now needs to use the ``with!`` statement, since it
relies on ``Functor``.
* ``telnet`` has been flagged as unthreadable.