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 8, 2024
1 parent 3f290ba commit 6cf86e6
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 @@ -13,6 +13,13 @@ testsuites.
Unreleased
----------

* ``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 6cf86e6

Please sign in to comment.