diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8521a006f..54db68df5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,47 @@ conda-smithy Change Log .. current developments +v3.7.6 +==================== + +**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. +* GitHub Teams are now added to feedstocks by their ``slug`` (i.e., the name + used to ``@``-mention them on ``github.com``) as opposed to their names. + +**Deprecated:** + +* Setting ``provider: linux`` is deprecated in favor of ``provider: linux_64`` + +**Fixed:** + +* Use `simplejson` to catch `JSONDecodeError` when available. Fix #1368. + +**Security:** + +* Members and teams are now properly removed from feedstocks and feedstock + maintenance teams. + +**Authors:** + +* Isuru Fernando +* Matthew R Becker +* Matthew R. Becker +* Hadrien Mary +* 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:** - -* - diff --git a/news/simplejson-decode-error.rst b/news/simplejson-decode-error.rst deleted file mode 100644 index 141a391e2..000000000 --- a/news/simplejson-decode-error.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Use `simplejson` to catch `JSONDecodeError` when available. Fix #1368. - -**Security:** - -* - diff --git a/news/teams.rst b/news/teams.rst deleted file mode 100644 index 9e95639b4..000000000 --- a/news/teams.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* - -**Changed:** - -* GitHub Teams are now added to feedstocks by their ``slug`` (i.e., the name - used to ``@``-mention them on ``github.com``) as opposed to their names. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* Members and teams are now properly removed from feedstocks and feedstock - maintenance teams.