diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 06516f500..b97887a72 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,26 @@ conda-smithy Change Log .. current developments +v3.45.4 +==================== + +**Changed:** + +* Add output to gitignore for rattler-build's outputs. +* Always populate variant configs with `python_min`, if present + +**Fixed:** + +* Fixed error in testing where tests fail for ``conda-recipe-manager >=0.4.1``. (#2223) + +**Authors:** + +* Matthew R. Becker +* H. Vetinari +* Pavel Zwerschke + + + v3.45.3 ==================== diff --git a/news/crm.rst b/news/crm.rst deleted file mode 100644 index 092e62c0e..000000000 --- a/news/crm.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed error in testing where tests fail for ``conda-recipe-manager >=0.4.1``. (#2223) - -**Security:** - -* diff --git a/news/gitignore.rst b/news/gitignore.rst deleted file mode 100644 index 09fa13f10..000000000 --- a/news/gitignore.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Add output to gitignore for rattler-build's outputs. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/python_min.rst b/news/python_min.rst deleted file mode 100644 index 10dbd636a..000000000 --- a/news/python_min.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Always populate variant configs with `python_min`, if present - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*