summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-01-04 08:36:14 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-01-04 08:36:14 -0800
commit36fe263bd14a6379ec570817ade6677487f08a23 (patch)
treee65286b8c08cd2e5c13307dfcb30300cfbe1a3d3
parent2ce4d89f751d58ada6e0918ecf631e82605029bb (diff)
downloadtox-git-36fe263bd14a6379ec570817ade6677487f08a23.tar.gz
release 4.2.24.2.2
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/2818.bugfix.rst3
2 files changed, 10 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 9fed91f2..6a384461 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,16 @@ Release History
.. towncrier release notes start
+v4.2.2 (2023-01-04)
+-------------------
+
+Bugfixes - 4.2.2
+~~~~~~~~~~~~~~~~
+- Add ``CC``, ``CFLAGS``, ``CCSHARED``, ``CXX``, ``CPPFLAGS``, ``LDFLAGS``, ``PKG_CONFIG`` and ``PKG_CONFIG_SYSROOT_DIR``
+ to the default passed through environment variables list as these are needed for building various C-extensions
+ - by :user:`gaborbernat`. (:issue:`2818`)
+
+
v4.2.1 (2023-01-03)
-------------------
diff --git a/docs/changelog/2818.bugfix.rst b/docs/changelog/2818.bugfix.rst
deleted file mode 100644
index a0acde1c..00000000
--- a/docs/changelog/2818.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Add ``CC``, ``CFLAGS``, ``CCSHARED``, ``CXX``, ``CPPFLAGS``, ``LDFLAGS``, ``PKG_CONFIG`` and ``PKG_CONFIG_SYSROOT_DIR``
-to the default passed through environment variables list as these are needed for building various C-extensions
-- by :user:`gaborbernat`.