mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

### Before ```xsh echo 1 echo 2 # <<Crash>> # No json history ``` ### After Closes #2657 ```xsh echo 1 echo 2 # <<Crash>> # In json history # echo 1 # echo 2 ``` ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment** --------- Co-authored-by: a <1@1.1>
23 lines
218 B
ReStructuredText
23 lines
218 B
ReStructuredText
**Added:**
|
|
|
|
* Saving history in case of any type of exiting the shell.
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* <news item>
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|