Updated CHANGELOG for 0.19.1

This commit is contained in:
Gil Forsyth 2025-01-13 11:54:31 -05:00
parent f4c5f5b62f
commit ad4ec32307
3 changed files with 16 additions and 46 deletions

View file

@ -4,6 +4,22 @@ Xonsh Change Log
.. current developments
v0.19.1
====================
**Fixed:**
* Fixed hanging the command right after calling full capture subprocess (#5760).
* Fixed non-int sys.exit codes raising ValueError.
**Authors:**
* anki-code
* pre-commit-ci[bot]
* Evgeny
v0.19.0
====================

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fixed hanging the command right after calling full capture subprocess (#5760).
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fixed non-int sys.exit codes raising ValueError.
**Security:**
* <news item>