summaryrefslogtreecommitdiff
path: root/docs/changelog/2543.feature.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog/2543.feature.rst')
-rw-r--r--docs/changelog/2543.feature.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/changelog/2543.feature.rst b/docs/changelog/2543.feature.rst
deleted file mode 100644
index c605a26d..00000000
--- a/docs/changelog/2543.feature.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Packaging environments now inherit from the ``pkgenv`` section, allowing to set all your packaging options in one place,
-and support the ``deps`` key to set additional dependencies that will be installed after ``pyprojec.toml`` static
-``requires`` but before backends dynamic requires - by :user:`gaborbernat`.