From 4870de6e512526d50516e61da3be45c0b15cc95c Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Sat, 11 May 2019 12:23:54 -0400 Subject: [PATCH] Updated CHANGELOG for 0.9.1 --- CHANGELOG.rst | 18 ++++++++++++++++++ news/pyg2.4.rst | 23 ----------------------- news/pyreq.rst | 24 ------------------------ 3 files changed, 18 insertions(+), 47 deletions(-) delete mode 100644 news/pyg2.4.rst delete mode 100644 news/pyreq.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7961097a7..abc6fccf1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ==================== diff --git a/news/pyg2.4.rst b/news/pyg2.4.rst deleted file mode 100644 index f71dffb0d..000000000 --- a/news/pyg2.4.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Updates for integrating with new colors styles in Pygments v2.4.0. - -**Security:** - -* diff --git a/news/pyreq.rst b/news/pyreq.rst deleted file mode 100644 index 5744fbe6b..000000000 --- a/news/pyreq.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* We no longer manually check the Python version in ``setup.py``, - but instead use the setuptools ``python_requires`` feature. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*