Skip to content

Commit

Permalink
release 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Oct 28, 2018
1 parent 1b9f960 commit cf1dcfc
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 12 deletions.
25 changes: 25 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,31 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start
v3.5.3 (2018-10-28)
-------------------

Bugfixes
^^^^^^^^

- Fix bug with incorrectly defactorized dependencies - by :user:`bartsanchez` (`#706 <https://github.com/tox-dev/tox/issues/706>`_)
- do the same transformation to ``egg_info`` folders that ``pkg_resources`` does;
this makes it possible for hyphenated names to use the ``develop-inst-noop`` optimization (cf. 910),
which previously only worked with non-hyphenated egg names - by
:user:`hashbrowncipher` (`#1051 <https://github.com/tox-dev/tox/issues/1051>`_)
- previously, if a project's ``setup.py --name`` emitted extra information to
stderr, tox would capture it and consider it part of the project's name; now,
emissions to stderr are printed to the console - by :user:`hashbrowncipher` (`#1052 <https://github.com/tox-dev/tox/issues/1052>`_)
- change the way we acquire interpreter information to make it compatible with ``jython`` interpreter, note to create jython envs one needs ``virtualenv > 16.0`` which will be released later :user:`gaborbernat` (`#1073 <https://github.com/tox-dev/tox/issues/1073>`_)


Documentation
^^^^^^^^^^^^^

- document substitutions with additional content starting with a space cannot be alone on a line inside the ini file - by :user:`gaborbernat` (`#437 <https://github.com/tox-dev/tox/issues/437>`_)
- change the spelling of a single word from contrains to the proper word, constraints - by :user:`metasyn` (`#1061 <https://github.com/tox-dev/tox/issues/1061>`_)
- Mention the minimum version required for ``commands_pre``/``commands_post`` support. (`#1071 <https://github.com/tox-dev/tox/issues/1071>`_)


v3.5.2 (2018-10-09)
-------------------

Expand Down
4 changes: 0 additions & 4 deletions docs/changelog/1051.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changelog/1052.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1061.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1071.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1073.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/437.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/706.bugfix.rst

This file was deleted.

0 comments on commit cf1dcfc

Please sign in to comment.