Updated CHANGELOG for 0.18.4

This commit is contained in:
Gil Forsyth 2024-11-02 17:46:42 -04:00
parent 7104189f66
commit cd05822f9a
3 changed files with 23 additions and 46 deletions

View file

@ -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
==================== ====================

View file

@ -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>

View file

@ -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>