mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Updated CHANGELOG for 0.18.4
This commit is contained in:
parent
7104189f66
commit
cd05822f9a
3 changed files with 23 additions and 46 deletions
|
@ -4,6 +4,29 @@ Xonsh Change Log
|
||||||
|
|
||||||
.. current developments
|
.. current developments
|
||||||
|
|
||||||
|
v0.18.4
|
||||||
|
====================
|
||||||
|
|
||||||
|
**Changed:**
|
||||||
|
|
||||||
|
* Now SystemExit that invoked from callable alias follows to exiting from callable alias instead of exiting the entire shell.
|
||||||
|
|
||||||
|
**Fixed:**
|
||||||
|
|
||||||
|
* Built-in commands such as `xonfig -h` and `xontrib -h` no longer cause the shell to exit.
|
||||||
|
* Fixed incorrect quoting behaviour in `activate.xsh` for virtualenv version 20.26.6.
|
||||||
|
|
||||||
|
**Authors:**
|
||||||
|
|
||||||
|
* anki-code
|
||||||
|
* pre-commit-ci[bot]
|
||||||
|
* Peter Ye
|
||||||
|
* Max Nordlund
|
||||||
|
* Shawn Wallace
|
||||||
|
* Faidon Liambotis
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
v0.18.3
|
v0.18.3
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
**Added:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Changed:**
|
|
||||||
|
|
||||||
* Now SystemExit that invoked from callable alias follows to exiting from callable alias instead of exiting the entire shell.
|
|
||||||
|
|
||||||
**Deprecated:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Removed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Fixed:**
|
|
||||||
|
|
||||||
* Built-in commands such as `xonfig -h` and `xontrib -h` no longer cause the shell to exit.
|
|
||||||
|
|
||||||
**Security:**
|
|
||||||
|
|
||||||
* <news item>
|
|
|
@ -1,23 +0,0 @@
|
||||||
**Added:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Changed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Deprecated:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Removed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Fixed:**
|
|
||||||
|
|
||||||
* Fixed incorrect quoting behaviour in `activate.xsh` for virtualenv version 20.26.6.
|
|
||||||
|
|
||||||
**Security:**
|
|
||||||
|
|
||||||
* <news item>
|
|
Loading…
Add table
Reference in a new issue