mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
19 lines
505 B
ReStructuredText
19 lines
505 B
ReStructuredText
**Added:** None
|
|
|
|
**Changed:**
|
|
|
|
* 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``.
|
|
* The ``distributed`` xontrib now needs to use the ``with!`` statement, since it
|
|
relies on ``Functor``.
|
|
|
|
**Deprecated:** None
|
|
|
|
**Removed:**
|
|
|
|
* ``XonshBlockError`` has been removed, since it no longer serves a purpose.
|
|
|
|
**Fixed:** None
|
|
|
|
**Security:** None
|