Skip to content

Commit

Permalink
Updated CHANGELOG for 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed Oct 7, 2020
1 parent e714162 commit 8483176
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 217 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,44 @@ conda-smithy Change Log

.. current developments
v3.8.0
====================

**Added:**

* Generate Documentation and Development links into the README.md based on doc_url and dev_url
* Add hyperlink to feedstock license file
* Generate license_url as hyperlink in the README.md when it has been defined in the meta.yaml
* Add ``--without-anaconda-token`` option to register-ci command, keep default behaviour of requiring the token
* ``remote_ci_setup`` field in conda-forge.yml, which defaults to ``conda-forge-ci-setup=3`` allowing the user to override

**Changed:**

* Variant algebra now supports two new operations for adding/remove a key

These new options allow for handling complex migrations cases needed for the python migrations.
* Add support to ``build-locall.py`` to call ``conda debug``.
* Added note about behaviour to README.md
* CI templates now expand ``remote_ci_setup`` string from config for the ci setup package

**Removed:**

* Remove unneeded set_defaults() for --without-$CI args, ``action="store_false"`` already defaults to True if not given

**Fixed:**

* Removed the warning for azure token when rerendering

**Authors:**

* Isuru Fernando
* Johnny Willemsen
* Uwe L. Korn
* Tom Pollard
* Marius van Niekerk



v3.7.10
====================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 8483176

Please sign in to comment.