diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8ee36975b..01c2f1a25 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,30 @@ conda-smithy Change Log .. current developments +v3.27.0 +==================== + +**Added:** + +* Cache the contents of ``conda-forge-pinning`` and only check every 15min for an updated version. + The re-check interval can be configured via the ``CONDA_FORGE_PINNING_LIFETIME`` environment variable. + +**Changed:** + +* Do not strip version constraints for ``mamba update``. (#1773 via #1774) +* If one supplies ``--no-check-uptodate`` on the commandline, we will no longer check and print a warning if conda-smithy is outdated. + +**Removed:** + +* Removed the ``updatecb3`` command. It is advised to do this update manually if you still encounter a recipe using the old compiler ``toolchain``. + +**Authors:** + +* Jaime Rodríguez-Guerra +* Uwe L. Korn + + + v3.26.3 ==================== diff --git a/news/1774-update-names b/news/1774-update-names deleted file mode 100644 index db6e4469d..000000000 --- a/news/1774-update-names +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Do not strip version constraints for ``mamba update``. (#1773 via #1774) - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/cache-c-f-p.rst b/news/cache-c-f-p.rst deleted file mode 100644 index 6866314b7..000000000 --- a/news/cache-c-f-p.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* Cache the contents of ``conda-forge-pinning`` and only check every 15min for an updated version. - The re-check interval can be configured via the ``CONDA_FORGE_PINNING_LIFETIME`` environment variable. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/no-warn-if-no-check.rst b/news/no-warn-if-no-check.rst deleted file mode 100644 index 5e0bf501d..000000000 --- a/news/no-warn-if-no-check.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* If one supplies ``--no-check-uptodate`` on the commandline, we will no longer check and print a warning if conda-smithy is outdated. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/rm-update-cb3.rst b/news/rm-update-cb3.rst deleted file mode 100644 index 9cc2bd6b3..000000000 --- a/news/rm-update-cb3.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* Removed the ``updatecb3`` command. It is advised to do this update manually if you still encounter a recipe using the old compiler ``toolchain``. - -**Fixed:** - -* - -**Security:** - -*