Updated CHANGELOG for 0.14.1

This commit is contained in:
Gil Forsyth 2023-08-16 03:01:35 -04:00
parent 940a1a7c62
commit 16c91b71cc
8 changed files with 34 additions and 161 deletions

View file

@ -4,6 +4,40 @@ Xonsh Change Log
.. current developments
v0.14.1
====================
**Added:**
* Added ``history delete`` command to both the JSON and SQLite history backends allowing users to delete commands from history that matches a pattern.
* Now you can become a sponsor to xonsh - https://github.com/sponsors/xonsh
* Added preliminary support for Python v3.12
**Changed:**
* Always load rc files except that --norc is passed.
* Unset the default line continuation environment variables (``$MULTILINE_PROMPT_PRE`` and ``$MULTILINE_PROMPT_POS``) to allow differentiating between user setting an empty value and not setting anything
* Dropped support for Python v3.8
**Fixed:**
* This change fixes issue #4855, that is, rc files will be loaded in non-interactive mode.
* platform: fix `BASH_COMPLETIONS_DEFAULT` on M1
* Fix wrong verification for the simple output, introduced by PR5072
**Authors:**
* Noortheen Raja
* anki-code
* pre-commit-ci[bot]
* Evgeny
* doronz88
* Ivan Ogasawara
* HackTheOxidation
* Cosine Chen
v0.14.0
====================

View file

@ -1,23 +0,0 @@
**Added:**
* Added ``history delete`` command to both the JSON and SQLite history backends allowing users to delete commands from history that matches a pattern.
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* Always load rc files except that --norc is passed.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* This change fixes issue #4855, that is, rc files will be loaded in non-interactive mode.
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* platform: fix `BASH_COMPLETIONS_DEFAULT` on M1
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* Now you can become a sponsor to xonsh - https://github.com/sponsors/xonsh
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* Unset the default line continuation environment variables (``$MULTILINE_PROMPT_PRE`` and ``$MULTILINE_PROMPT_POS``) to allow differentiating between user setting an empty value and not setting anything
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fix wrong verification for the simple output, introduced by PR5072
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* Added preliminary support for Python v3.12
**Changed:**
* Dropped support for Python v3.8
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>