xonsh/news/uncap.rst
2016-10-29 21:11:08 -04:00

17 lines
317 B
ReStructuredText

**Added:**
* New ``xonsh.proc.uncapturable()`` decorator for declaring that function
aliases should not be run in a captured subprocess.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fixed some issues with subprocess capturing aliases that it probably
shouldn't.
**Security:** None