xonsh/news/m.rst

17 lines
268 B
ReStructuredText
Raw Normal View History

2016-08-20 21:20:29 -04:00
**Added:**
* Macro function calls are now available. These use a Rust-like
``f!(arg)`` syntax.
2016-08-27 20:02:45 -04:00
* Macro subprocess call now avalaible with the ``echo! x y z``
syntax.
2016-08-20 21:20:29 -04:00
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None