mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Changelog entry
This commit is contained in:
parent
09b3e8143e
commit
2fb8b21e25
1 changed files with 24 additions and 0 deletions
24
news/simple-variables.rst
Normal file
24
news/simple-variables.rst
Normal file
|
@ -0,0 +1,24 @@
|
|||
**Added:**
|
||||
|
||||
* Xonsh now supports bash-style variable assignments preceding
|
||||
subprocess commands (e.g. ``$FOO = "bar" bash -c r"echo $FOO"``).
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
Loading…
Add table
Reference in a new issue