diff --git a/news/subshell.rst b/news/subshell.rst new file mode 100644 index 000000000..e25738984 --- /dev/null +++ b/news/subshell.rst @@ -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