summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst23
-rw-r--r--docs/changelog/2561.bugfix.rst1
-rw-r--r--docs/changelog/2562.bugfix.rst2
-rw-r--r--docs/changelog/2564.bugfix.rst2
-rw-r--r--docs/changelog/2567.bugfix.rst2
-rw-r--r--docs/changelog/2567.feature.rst1
-rw-r--r--docs/changelog/2569.bugfix.rst1
-rw-r--r--docs/changelog/2574.bugfix.rst1
-rw-r--r--docs/changelog/2575.bugfix.rst2
-rw-r--r--docs/changelog/2576.bugfix.rst1
10 files changed, 23 insertions, 13 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index f6f8949d..383e4c8e 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,29 @@ Release History
.. towncrier release notes start
+v4.0.0rc2 (2022-12-04)
+----------------------
+
+Features - 4.0.0rc2
+~~~~~~~~~~~~~~~~~~~
+- Support for recursive extras in Python package dependencies - by :user:`gaborbernat`. (:issue:`2567`)
+
+Bugfixes - 4.0.0rc2
+~~~~~~~~~~~~~~~~~~~
+- Support in INI files for ignore exit code marker the ``-`` without a subsequent space too - by :user:`gaborbernat`. (:issue:`2561`)
+- Ensure paths constructed by tox are stable by resolving relative paths to fully qualified one, this insures that running
+ tox from a different folder than project root still generates meaningful paths - by :user:`gaborbernat`. (:issue:`2562`)
+- Ensure only on run environment operates at a time on a packaging environment (fixes unexpected failures when running in
+ parallel mode) - by :user:`gaborbernat`. (:issue:`2564`)
+- Fallback to ``editable-legacy`` if package target is ``editable`` but the build backend does not have ``build_editable``
+ hook - by :user:`gaborbernat`. (:issue:`2567`)
+- Allow reference replacement in INI configuration via keys that contain the ``-`` character - by :user:`gaborbernat`. (:issue:`2569`)
+- Resolve symlinks when saving Python executable path - by :user:`ssbarnea`. (:issue:`2574`)
+- Do not set ``COLUMNS`` or ``LINES`` environment to the current TTY size if already set by the user -
+ by :user:`gaborbernat`. (:issue:`2575`)
+- Add missing :pypi:`build[virtualenv]<build>` test dependency - by :user:`ssbarnea`. (:issue:`2576`)
+
+
v4.0.0rc1 (2022-11-29)
----------------------
diff --git a/docs/changelog/2561.bugfix.rst b/docs/changelog/2561.bugfix.rst
deleted file mode 100644
index 54c1ef35..00000000
--- a/docs/changelog/2561.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Support in INI files for ignore exit code marker the ``-`` without a subsequent space too - by :user:`gaborbernat`.
diff --git a/docs/changelog/2562.bugfix.rst b/docs/changelog/2562.bugfix.rst
deleted file mode 100644
index 65afd0ce..00000000
--- a/docs/changelog/2562.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Ensure paths constructed by tox are stable by resolving relative paths to fully qualified one, this insures that running
-tox from a different folder than project root still generates meaningful paths - by :user:`gaborbernat`.
diff --git a/docs/changelog/2564.bugfix.rst b/docs/changelog/2564.bugfix.rst
deleted file mode 100644
index 52e7a544..00000000
--- a/docs/changelog/2564.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Ensure only on run environment operates at a time on a packaging environment (fixes unexpected failures when running in
-parallel mode) - by :user:`gaborbernat`.
diff --git a/docs/changelog/2567.bugfix.rst b/docs/changelog/2567.bugfix.rst
deleted file mode 100644
index 114aba2f..00000000
--- a/docs/changelog/2567.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fallback to ``editable-legacy`` if package target is ``editable`` but the build backend does not have ``build_editable``
-hook - by :user:`gaborbernat`.
diff --git a/docs/changelog/2567.feature.rst b/docs/changelog/2567.feature.rst
deleted file mode 100644
index b3a98730..00000000
--- a/docs/changelog/2567.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Support for recursive extras in Python package dependencies - by :user:`gaborbernat`.
diff --git a/docs/changelog/2569.bugfix.rst b/docs/changelog/2569.bugfix.rst
deleted file mode 100644
index 4090a953..00000000
--- a/docs/changelog/2569.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow reference replacement in INI configuration via keys that contain the ``-`` character - by :user:`gaborbernat`.
diff --git a/docs/changelog/2574.bugfix.rst b/docs/changelog/2574.bugfix.rst
deleted file mode 100644
index 49698064..00000000
--- a/docs/changelog/2574.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Resolve symlinks when saving Python executable path - by :user:`ssbarnea`.
diff --git a/docs/changelog/2575.bugfix.rst b/docs/changelog/2575.bugfix.rst
deleted file mode 100644
index 827889e3..00000000
--- a/docs/changelog/2575.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Do not set ``COLUMNS`` or ``LINES`` environment to the current TTY size if already set by the user -
-by :user:`gaborbernat`.
diff --git a/docs/changelog/2576.bugfix.rst b/docs/changelog/2576.bugfix.rst
deleted file mode 100644
index de4116ca..00000000
--- a/docs/changelog/2576.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add missing :pypi:`build[virtualenv]<build>` test dependency - by :user:`ssbarnea`.