Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ Release History

.. towncrier release notes start

v4.0.0b1 (2022-02-05)
---------------------

Features - 4.0.0b1
~~~~~~~~~~~~~~~~~~
- Display a hint for unrecognized argument CLI parse failures to use ``--`` separator to pass arguments to commands
- by :user:`gaborbernat`. (:issue:`2183`)
- Do not allow extending the config set beyond setup to ensures that all configuration values are visible via the config
sub-command. - by :user:`gaborbernat`. (:issue:`2243`)
- Print a message when ignoring outcome of commands - by :user:`gaborbernat`. (:issue:`2315`)

Bugfixes - 4.0.0b1
~~~~~~~~~~~~~~~~~~
- Fix type annotation is broken for :meth:`tox.config.sets.ConfigSet.add_config` when adding a container type
- by :user:`gaborbernat`. (:issue:`2233`)
- Insert ``TOX_WORK_DIR``, ``TOX_ENV_NAME``, ``TOX_ENV_DIR`` and ``VIRTUAL_ENV`` into the environment variables for all
tox environments to keep contract with tox version 3 - by :user:`gaborbernat`. (:issue:`2259`)
- Fix plugin initialization order - core plugins first, then 3rd party and finally inline - by :user:`gaborbernat`. (:issue:`2264`)
- Legacy parallel mode should accept ``-p`` flag without arguments - by :user:`gaborbernat`. (:issue:`2299`)
- Sequential run fails because the packaging environment is deleted twice for sequential runs with recreate flag on
- by :user:`gaborbernat`. (:issue:`2300`)
- Require Python 3.10 to generate docs - by :user:`jugmac00`. (:issue:`2321`)
- Environment assignment for output breaks when using ``-rv`` (when we cannot guess upfront the verbosity level from the
CLI arguments) - by :user:`gaborbernat`. (:issue:`2324`)
- ``devenv`` command does not respect specified path - by :user:`gaborbernat`. (:issue:`2325`)

Improved Documentation - 4.0.0b1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Enable link check during documentation build - by :user:`gaborbernat`. (:issue:`806`)
- Document ownership of the ``tox.wiki`` root domain - by :user:`gaborbernat`. (:issue:`2242`)
- Document :meth:`tox.config.sets.ConfigSet.loaders` - by :user:`gaborbernat`. (:issue:`2287`)
- Fix CLI documentation is missing and broken documentation references - by :user:`gaborbernat`. (:issue:`2310`)


v4.0.0a10 (2022-01-04)
----------------------

Expand Down
2 changes: 0 additions & 2 deletions docs/changelog/2183.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/2233.bugfix.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/2243.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/2259.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/2300.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2315.feature.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/2324.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.