summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-12 04:13:50 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-12 04:13:50 +0100
commitb4c8399e46c8856b3f436ecd2462c9500d001a10 (patch)
treeaedcc3ee700b2f941c8e5280cf5f3bbc1ee77da3 /CHANGES.rst
parent048633afd7d6e4f852766d06c975ad602a035193 (diff)
downloadpython-setuptools-git-b4c8399e46c8856b3f436ecd2462c9500d001a10.tar.gz
Add news fragment
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 20aba6cf..62eedf4e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -40,6 +40,10 @@ Breaking Changes
end users. The *strict* editable installation is not able to detect if files
are added or removed from the project (a new installation is required).
+ This implementation might also affect plugins and customizations that assume
+ certain ``build`` subcommands don't run during editable installs or that they
+ always copy files to the temporary build directory.
+
.. important::
The *editable* aspect of the *editable install* supported this implementation
is restricted to the Python modules contained in the distributed package.