Skip to content

Commit

Permalink
Update changelog for pyproject.toml support
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed May 29, 2024
1 parent baa763a commit 7ccb3d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Unreleased
* Official support for ``python3.13`` betas. ``nose2`` now tests itself against
Python 3.13.

* ``nose2`` now supports loading configuration data from the ``tool.nose2``
table in ``pyproject.toml``. Thanks to :user:`qequ` for the PR! (:pr:`596`)

On python 3.11+, ``tomllib`` is used to parse TOML data. On python 3.10 and
lower, ``tomli`` must be installed to enable TOML support. Simply
``pip install tomli`` as necessary.

0.14.2 (2024-05-07)
-------------------

Expand Down

0 comments on commit 7ccb3d2

Please sign in to comment.