Skip to content

Commit

Permalink
Updated CHANGELOG for 3.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Aug 4, 2020
1 parent af3f3d2 commit 69c5618
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 122 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================

Expand Down
24 changes: 0 additions & 24 deletions news/cross.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/prevent_travis_get_repo_info_keyerror.rst

This file was deleted.

25 changes: 0 additions & 25 deletions news/rotate-anaconda-token-update.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/simplejson-decode-error.rst

This file was deleted.

25 changes: 0 additions & 25 deletions news/teams.rst

This file was deleted.

0 comments on commit 69c5618

Please sign in to comment.