summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-01-11 18:34:05 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-01-11 18:34:05 -0800
commit955a7fb8864a9e682ec91589e0c10115ab6fa6a5 (patch)
tree4e0e6e08462278187be042371201570ec33559ba
parent8d3d26b6b9b6c021c25ef8157db7e84f2daf166d (diff)
downloadtox-git-955a7fb8864a9e682ec91589e0c10115ab6fa6a5.tar.gz
release 4.2.84.2.8
-rw-r--r--docs/changelog.rst8
-rw-r--r--docs/changelog/2814.bugfix.rst1
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 7fe1335b..42ced95c 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,14 @@ Release History
.. towncrier release notes start
+v4.2.8 (2023-01-11)
+-------------------
+
+Bugfixes - 4.2.8
+~~~~~~~~~~~~~~~~
+- Allow using package names with env markers for pip's ``--no-binary`` and ``--only-binary`` options - by :user:`q0w`. (:issue:`2814`)
+
+
v4.2.7 (2023-01-11)
-------------------
diff --git a/docs/changelog/2814.bugfix.rst b/docs/changelog/2814.bugfix.rst
deleted file mode 100644
index 76a99c53..00000000
--- a/docs/changelog/2814.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow using package names with env markers for pip's ``--no-binary`` and ``--only-binary`` options - by :user:`q0w`.