Updated CHANGELOG for 0.9.13

This commit is contained in:
Anthony Scopatz 2019-10-15 17:09:49 -04:00
parent 4432992c5f
commit bb201d77bb
6 changed files with 34 additions and 123 deletions

View file

@ -4,6 +4,40 @@ Xonsh Change Log
.. current developments .. current developments
v0.9.13
====================
**Changed:**
* The ``$LS_COLORS`` environment variable will no longer raise exceptions when trying
to convert ANSI color sequences to xonsh color names.
**Removed:**
* Remove built in support for "win unicode console". Full unicode support on windows is now provided by
using the new `Windows terminal <https://github.com/microsoft/terminal>`__.
**Fixed:**
* Fixed issue converting ANSI color codes that contained both slow blink and set foreground
or set background sequences.
* Fix coreutils ``cat`` behaviour on empty input (e.g. ``cat -``).
* Fix Ctrl-C event causing Atribute error on Windows.
* Fix Added OpenBSD as a platform
* Fix Corrected aliases for OpenBSD to not include ``--color=auto`` and ``-v``
* Fixed a regession with xonsh superhelp ``??`` operator and ``which -v`` which showed Pythons builtin
doc strings.
**Authors:**
* Anthony Scopatz
* Morten Enemark Lund
* David Kalliecharan
v0.9.12 v0.9.12
==================== ====================

View file

@ -1,25 +0,0 @@
**Added:**
* <news item>
**Changed:**
* The ``$LS_COLORS`` environment variable will no longer raise exceptions when trying
to convert ANSI color sequences to xonsh color names.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fixed issue converting ANSI color codes that contained both slow blink and set foreground
or set background sequences.
**Security:**
* <news item>

View file

@ -1,25 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fix coreutils ``cat`` behaviour on empty input (e.g. ``cat -``).
* Fix Ctrl-C event causing Atribute error on Windows.
**Security:**
* <news item>

View file

@ -1,25 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fix Added OpenBSD as a platform
* Fix Corrected aliases for OpenBSD to not include ``--color=auto`` and ``-v``
**Security:**
* <news item>

View file

@ -1,24 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* Remove built in support for "win unicode console". Full unicode support on windows is now provided by
using the new `Windows terminal <https://github.com/microsoft/terminal>`__.
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,24 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fixed a regession with xonsh superhelp ``??`` operator and ``which -v`` which showed Pythons builtin
doc strings.
**Security:**
* <news item>