Skip to content

Commit

Permalink
changelog: add updated isolated env entry
Browse files Browse the repository at this point in the history
  • Loading branch information
layday committed Jan 25, 2023
1 parent e4c27d3 commit 28c95a7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Changelog
+++++++++


Unreleased
==========

- Modified ``ProjectBuilder`` constructor signature,
added alternative ``ProjectBuilder.from_env`` constructor,
redefined ``env.IsolatedEnv`` interface, and exposed ``env.DefaultIsolatedEnv``,
replacing ``env.IsolatedEnvBuilder``. The aim has been to shift
responsibility for modifying the environment from the project builder
to the ``IsolatedEnv`` entirely and to ensure that the builder will be initialised
from an ``IsolatedEnv`` in a consistent manner. Mutating the project builder is no longer supported.
(`PR #537`_)

.. _PR #537: https://github.com/pypa/build/pull/537


0.10.0 (2023-01-11)
===================

Expand Down

0 comments on commit 28c95a7

Please sign in to comment.