From 1d24fae1c383e57ac79045946613d4ddd963a629 Mon Sep 17 00:00:00 2001 From: "Christopher J. Wright" Date: Wed, 24 Jul 2019 13:47:27 -0400 Subject: [PATCH] Updated CHANGELOG for 0.7.3 --- CHANGELOG.rst | 10 ++++++++++ news/fix_conda_windows | 14 -------------- 2 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 news/fix_conda_windows diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4242f6de..de7eb042 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,16 @@ SHED Change Log .. current developments +v0.7.3 +==================== + +**Fixed:** + +* use ``xonsh.lib.subprocess`` rather than ``subprocess`` so it does the right + things on windows + + + v0.7.2 ==================== diff --git a/news/fix_conda_windows b/news/fix_conda_windows deleted file mode 100644 index f4d5e0f2..00000000 --- a/news/fix_conda_windows +++ /dev/null @@ -1,14 +0,0 @@ -**Added:** None - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - -* use ``xonsh.lib.subprocess`` rather than ``subprocess`` so it does the right - things on windows - -**Security:** None