mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 01:10:57 +01:00
28 lines
366 B
ReStructuredText
28 lines
366 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* Fixed issue with ``and`` & ``or`` being incoreectly tokenized in implicit
|
|
subprocesses. Auto-wrapping of certain subprocesses will now correctly work.
|
|
For example::
|
|
|
|
$ echo x-and-y
|
|
x-and-y
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|