From ad4ec323079a330d49cac95df7e7c8c7089f0320 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Mon, 13 Jan 2025 11:54:31 -0500 Subject: [PATCH] Updated CHANGELOG for 0.19.1 --- CHANGELOG.rst | 16 ++++++++++++++++ news/fix_cap_sub_bg.rst | 23 ----------------------- news/fr-exit-str.rst | 23 ----------------------- 3 files changed, 16 insertions(+), 46 deletions(-) delete mode 100644 news/fix_cap_sub_bg.rst delete mode 100644 news/fr-exit-str.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 34d97a36a..329c4158b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ==================== diff --git a/news/fix_cap_sub_bg.rst b/news/fix_cap_sub_bg.rst deleted file mode 100644 index ab5dc31fb..000000000 --- a/news/fix_cap_sub_bg.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed hanging the command right after calling full capture subprocess (#5760). - -**Security:** - -* diff --git a/news/fr-exit-str.rst b/news/fr-exit-str.rst deleted file mode 100644 index 450a46c15..000000000 --- a/news/fr-exit-str.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed non-int sys.exit codes raising ValueError. - -**Security:** - -*