diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 73b5312d6..34d97a36a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ==================== diff --git a/news/add-suppress-welcome-env.rst b/news/add-suppress-welcome-env.rst deleted file mode 100644 index 1e5e9aa0f..000000000 --- a/news/add-suppress-welcome-env.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* env: Added ``$XONSH_SUPPRESS_WELCOME`` variable to suppress the welcome message. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/ast-fix-deprecation-warnings.rst b/news/ast-fix-deprecation-warnings.rst deleted file mode 100644 index ae0916d52..000000000 --- a/news/ast-fix-deprecation-warnings.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* parsers: fix deprecation warnings triggered on python3.13 - -**Security:** - -* diff --git a/news/fix_warning_Expression.rst b/news/fix_warning_Expression.rst deleted file mode 100644 index e90daaeb9..000000000 --- a/news/fix_warning_Expression.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fix DeprecationWarning while initializing Expression - -**Security:** - -* diff --git a/news/remove-caseinsdict.rst b/news/remove-caseinsdict.rst deleted file mode 100644 index 196e04f0f..000000000 --- a/news/remove-caseinsdict.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* replaced `case_insensitive_dictionary` dependency with local - `CaseInsensitiveDict` class - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*