From db7ae313e71ed925dbe67133b0d00ecea5cae7cc Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Mon, 30 May 2022 14:34:04 -0500 Subject: [PATCH] Updated CHANGELOG for 3.20.0 --- CHANGELOG.rst | 25 +++++++++++++++++++++++++ news/migrate_circle_linux_image.rst | 4 ---- news/vs2008.rst | 23 ----------------------- news/win-miniforge.rst | 23 ----------------------- 4 files changed, 25 insertions(+), 50 deletions(-) delete mode 100644 news/migrate_circle_linux_image.rst delete mode 100644 news/vs2008.rst delete mode 100644 news/win-miniforge.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f3cac2870..5a3b68955 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,31 @@ conda-smithy Change Log .. current developments +v3.20.0 +==================== + +**Changed:** + +* circleci linux image to latest ubuntu for + https://circleci.com/blog/ubuntu-14-16-image-deprecation/ +* Switched to using Miniforge to setup CI environment in Azure + +**Removed:** + +* Removed vs2008 support in azure + +**Fixed:** + +* Fixed an error with downgrading conda + +**Authors:** + +* Isuru Fernando +* Tim Snyder +* Nicholas Bollweg + + + v3.19.0 ==================== diff --git a/news/migrate_circle_linux_image.rst b/news/migrate_circle_linux_image.rst deleted file mode 100644 index 0472344c0..000000000 --- a/news/migrate_circle_linux_image.rst +++ /dev/null @@ -1,4 +0,0 @@ -**Changed:** - -* circleci linux image to latest ubuntu for - https://circleci.com/blog/ubuntu-14-16-image-deprecation/ diff --git a/news/vs2008.rst b/news/vs2008.rst deleted file mode 100644 index e64466453..000000000 --- a/news/vs2008.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* Removed vs2008 support in azure - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/win-miniforge.rst b/news/win-miniforge.rst deleted file mode 100644 index 48a26ca8d..000000000 --- a/news/win-miniforge.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Switched to using Miniforge to setup CI environment in Azure - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed an error with downgrading conda - -**Security:** - -*