Updated CHANGELOG for 0.9.1

This commit is contained in:
Anthony Scopatz 2019-05-11 12:23:54 -04:00
parent 4b6940dff0
commit 4870de6e51
3 changed files with 18 additions and 47 deletions

View file

@ -4,6 +4,24 @@ Xonsh Change Log
.. current developments
v0.9.1
====================
**Changed:**
* We no longer manually check the Python version in ``setup.py``,
but instead use the setuptools ``python_requires`` feature.
**Fixed:**
* Updates for integrating with new colors styles in Pygments v2.4.0.
**Authors:**
* Anthony Scopatz
v0.9.0
====================

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Updates for integrating with new colors styles in Pygments v2.4.0.
**Security:**
* <news item>

View file

@ -1,24 +0,0 @@
**Added:**
* <news item>
**Changed:**
* We no longer manually check the Python version in ``setup.py``,
but instead use the setuptools ``python_requires`` feature.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>