added news

This commit is contained in:
Anthony Scopatz 2017-02-25 21:32:47 -05:00
parent 4b304b1763
commit b7d57b696a

18
news/subshell.rst Normal file
View file

@ -0,0 +1,18 @@
**Added:**
* Subprocess mode now supports subshells. Place any xonsh
code between two parentheses, e.g. ``(cmd)``, to run
this command in a separate xonsh subprocess.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Certain vim commands issue commands involving subshells,
and this is now supported.
**Security:** None