aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog.d/1941.change.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/1941.change.rst b/changelog.d/1941.change.rst
new file mode 100644
index 00000000..a41cdcfe
--- /dev/null
+++ b/changelog.d/1941.change.rst
@@ -0,0 +1,4 @@
+Improve editable installs with PEP 518 build isolation:
+
+* The ``--user`` option is now always available. A warning is issued if the user site directory is not available.
+* The error shown when the install directory is not in ``PYTHONPATH`` has been turned into a warning.