From 28c95a7e4122e2529259ce45a57b08e263191373 Mon Sep 17 00:00:00 2001 From: layday Date: Wed, 25 Jan 2023 17:12:16 +0200 Subject: [PATCH] changelog: add updated isolated env entry --- CHANGELOG.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd2fe7f9..360fd97f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) ===================