mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
26 lines
441 B
ReStructuredText
26 lines
441 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* Some minor ``history show`` efficiency improvements.
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* Fixed issue with recursive aliases not being passes all keyword arguments
|
|
that are part of the callable alias spec. This allows commands like
|
|
``aliases['hsa'] = "history show all"; hsa | head`` to no longer fail
|
|
with strange errors.
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|