mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Updated CHANGELOG for 0.19.1
This commit is contained in:
parent
f4c5f5b62f
commit
ad4ec32307
3 changed files with 16 additions and 46 deletions
|
@ -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
|
||||
====================
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Reference in a new issue