mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Updated CHANGELOG for 0.19.0
This commit is contained in:
parent
689e8cb314
commit
c059ac23d2
5 changed files with 30 additions and 93 deletions
|
@ -4,6 +4,36 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.19.0
|
||||
====================
|
||||
|
||||
**Added:**
|
||||
|
||||
* env: Added ``$XONSH_SUPPRESS_WELCOME`` variable to suppress the welcome message.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* replaced `case_insensitive_dictionary` dependency with local
|
||||
`CaseInsensitiveDict` class
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* parsers: fix deprecation warnings triggered on python3.13
|
||||
* Fix DeprecationWarning while initializing Expression
|
||||
|
||||
**Authors:**
|
||||
|
||||
* Gil Forsyth
|
||||
* pre-commit-ci[bot]
|
||||
* Evgeny
|
||||
* doronz88
|
||||
* JamesParrott
|
||||
* Jueun Lee
|
||||
* Simon Billinge
|
||||
* Bala
|
||||
|
||||
|
||||
|
||||
v0.18.4
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* env: Added ``$XONSH_SUPPRESS_WELCOME`` variable to suppress the welcome message.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* parsers: fix deprecation warnings triggered on python3.13
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fix DeprecationWarning while initializing Expression
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,24 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* replaced `case_insensitive_dictionary` dependency with local
|
||||
`CaseInsensitiveDict` class
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
Loading…
Add table
Reference in a new issue