Skip to content

Commit

Permalink
Merge pull request #1673 from pganssle/release_40.8.0
Browse files Browse the repository at this point in the history
Update changelog for version 40.8.0
  • Loading branch information
mergify[bot] authored Feb 5, 2019
2 parents 369b8e0 + 794219b commit 6d30280
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v40.8.0
-------

* #1652: Added the ``build_meta:__legacy__`` backend, a "compatibility mode" PEP 517 backend that can be used as the default when ``build-backend`` is left unspecified in ``pyproject.toml``.
* #1635: Resource paths are passed to ``pkg_resources.resource_string`` and similar no longer accept paths that traverse parents, that begin with a leading ``/``. Violations of this expectation raise DeprecationWarnings and will become errors. Additionally, any paths that are absolute on Windows are strictly disallowed and will raise ValueErrors.
* #1536: ``setuptools`` will now automatically include licenses if ``setup.cfg`` contains a ``license_file`` attribute, unless this file is manually excluded inside ``MANIFEST.in``.


v40.7.3
-------

Expand Down
3 changes: 0 additions & 3 deletions changelog.d/1536.change.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1635.change.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1652.change.rst

This file was deleted.

0 comments on commit 6d30280

Please sign in to comment.