summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-03-05 07:26:38 -0300
committerGitHub <noreply@github.com>2018-03-05 07:26:38 -0300
commite8368e6c2ea101a79b877509622878ab7b12d1bd (patch)
tree936424f1cb283f8eb118470300b61085ab5a1d9a /CHANGELOG.rst
parentfac8208e8f13a94299670d91b2e981e4b2ba35c5 (diff)
downloadpytest-e8368e6c2ea101a79b877509622878ab7b12d1bd.tar.gz
Fix duplicated link in CHANGELOG
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f0885ac67..040c91118 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -17,8 +17,7 @@ Bug Fixes
- Removed progress information when capture option is ``no``. (`#3203
<https://github.com/pytest-dev/pytest/issues/3203>`_)
-- Refactor check of bindir from ``exists`` to ``isdir`` regarding `#3241
- <https://github.com/pytest-dev/pytest/issues/3241>`_. (`#3241
+- Refactor check of bindir from ``exists`` to ``isdir``. (`#3241
<https://github.com/pytest-dev/pytest/issues/3241>`_)
- Fix ``TypeError`` issue when using ``approx`` with a ``Decimal`` value.