Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Oct 26, 2022
1 parent 21232ff commit ac1406a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -6,10 +6,28 @@ Changelog
Unreleased
==========

- Hide a Python 3.11.0 unavoidable warning with venv (`PR #527`_)

- Fix infinite recursion error in ``check_dependency`` with circular
dependencies (`PR #512`_, Fixes `#511`_)

- Only import colorama on Windows (`PR 494`_, Fixes `#493`_)

- Flush output more often to reduce interleaved output (`PR 494`_)

- Small API cleanup, like better ``__all__`` and srcdir being read only. (`PR #477`_)

- Only use ``importlib_metadata`` when needed (`PR 401`_)

- Clarify in printout when build dependencies are being installed (`PR 514`_)

.. _PR #401: https://github.com/pypa/build/pull/401
.. _PR #477: https://github.com/pypa/build/pull/477
.. _PR #494: https://github.com/pypa/build/pull/494
.. _PR #512: https://github.com/pypa/build/pull/512
.. _PR #514: https://github.com/pypa/build/pull/514
.. _PR #527: https://github.com/pypa/build/pull/527
.. _#493: https://github.com/pypa/build/issues/493
.. _#511: https://github.com/pypa/build/issues/511


Expand Down

0 comments on commit ac1406a

Please sign in to comment.