diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1448a2b74..73b5312d6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,29 @@ Xonsh Change Log .. 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 ==================== diff --git a/news/fix-procproxy-sys-exit.rst b/news/fix-procproxy-sys-exit.rst deleted file mode 100644 index b1a140816..000000000 --- a/news/fix-procproxy-sys-exit.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Now SystemExit that invoked from callable alias follows to exiting from callable alias instead of exiting the entire shell. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Built-in commands such as `xonfig -h` and `xontrib -h` no longer cause the shell to exit. - -**Security:** - -* diff --git a/news/fix-virtualenv-quoting.rst b/news/fix-virtualenv-quoting.rst deleted file mode 100644 index 3b7a898a7..000000000 --- a/news/fix-virtualenv-quoting.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed incorrect quoting behaviour in `activate.xsh` for virtualenv version 20.26.6. - -**Security:** - -*