Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tox-dev/tox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.3
Choose a base ref
...
head repository: tox-dev/tox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.0
Choose a head ref
  • 4 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 2, 2023

  1. Introduce Upgrading doc page for tox4 (#2805)

    This adds a new page to the docs, Upgrading, meant to remove
    the documentation regarding backwards incompatible changes in tox4
    from the FAQ into a dedicated page.
    
    The content of the page is primarily a lift-and-shift of the breaking
    changes section of the FAQ, and the FAQ page and Upgrading pages now
    cross-link to one another.
    
    New content is added to the Upgrading page in the form of a preamble
    for the doc.
    sirosen authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    031e902 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Document ambiguous usages in v3-to-v4 (#2808)

    * Document ambiguous usages in v3-to-v4
    
    Add a section to the upgrading doc,
    "Legacy CLI entry point may result in ambiguous usages"
    
    The new section resolves #2728
    
    * Updates per review: CLI compat doc section
    
    Retitle the section. Split it into two subsections, one on ``-e`` vs
    ``run -e``, and one on command names matching environments (as a
    specific case).
    sirosen authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    31c8d1f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    82dcd45 View commit details
    Browse the repository at this point in the history
  2. release 4.2.0

    gaborbernat committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d16a666 View commit details
    Browse the repository at this point in the history
Loading