From dad6aa8a167702e8cf752e9c2d17622619fb625c Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Wed, 6 Jul 2016 13:51:13 +0200 Subject: [PATCH] fix duplicate target in changelog --- CHANGELOG.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2bcea39d8..e9578896f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -181,7 +181,7 @@ Thanks `@bagerard`_ for reporting (`#1503`_). Thanks to `@davehunt`_ and `@tomviner`_ for PR. -* Renamed the pytest ``pdb`` module (plugin) into ``debugging``. +* Renamed the pytest ``pdb`` module (plugin) into ``debugging``. * Improve of the test output for logical expression with brackets. Fixes(`#925`_). Thanks `@DRMacIver`_ for reporting. Thanks to `@RedBeardCode`_ @@ -211,7 +211,6 @@ .. _@blueyed: https://github.com/blueyed .. _@fengxx: https://github.com/fengxx .. _@bagerard: https://github.com/bagerard -.. _@davehunt: https://github.com/davehunt .. _@DRMacIver: https://github.com/DRMacIver * Fix `#1421`_: Exit tests if a collection error occurs and add