diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8521a006f..6bf75b258 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,33 @@ conda-smithy Change Log .. current developments +v3.7.5 +==================== + +**Added:** + +* Added partial support for cross compiling (Unixes can compile for other unixes only) + +**Changed:** + +* linux-64 configs were changed from prefix ``linux`` to ``linux-64`` +* ``target_platform`` is now always defined for non-noarch recipes +* Raise RuntimeError on empty travis repo_info requests, to guard against later KeyErrors +* Provide the name of the feedstock for which the update-anaconda-token command + was performed. + +**Deprecated:** + +* Setting ``provider: linux`` is deprecated in favor of ``provider: linux_64`` + +**Authors:** + +* Isuru Fernando +* Maksim Rakitin +* Tom Pollard + + + v3.7.4 ==================== diff --git a/news/cross.rst b/news/cross.rst deleted file mode 100644 index 11752361d..000000000 --- a/news/cross.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* Added partial support for cross compiling (Unixes can compile for other unixes only) - -**Changed:** - -* linux-64 configs were changed from prefix ``linux`` to ``linux-64`` -* ``target_platform`` is now always defined for non-noarch recipes - -**Deprecated:** - -* Setting ``provider: linux`` is deprecated in favor of ``provider: linux_64`` - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/prevent_travis_get_repo_info_keyerror.rst b/news/prevent_travis_get_repo_info_keyerror.rst deleted file mode 100644 index aa8edc7ed..000000000 --- a/news/prevent_travis_get_repo_info_keyerror.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Raise RuntimeError on empty travis repo_info requests, to guard against later KeyErrors - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* - diff --git a/news/rotate-anaconda-token-update.rst b/news/rotate-anaconda-token-update.rst deleted file mode 100644 index 18422e0a7..000000000 --- a/news/rotate-anaconda-token-update.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Provide the name of the feedstock for which the update-anaconda-token command - was performed. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* -