From f450e0a1db5ccc6a55479f58d6755e8ec3dfd525 Mon Sep 17 00:00:00 2001 From: Edoardo Batini Date: Sun, 24 Jul 2016 00:06:16 +0200 Subject: [PATCH] Thanks to Tom Viner for his guidance during EuroPython2016 sprint --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 728c86ca3..8b316f5ff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,8 @@ **Bug Fixes** * Add an 'E' to the first line of error messages from FixtureLookupErrorRepr. - Fixes (`#717`_). Thanks `@blueyed`_ for reporting and `@eolo999`_ for the PR. + Fixes (`#717`_). Thanks `@blueyed`_ for reporting, `@eolo999`_ for the PR + and `@tomviner`_ for his guidance during EuroPython2016 sprint. * Text documents without any doctests no longer appear as "skipped". Thanks `@graingert`_ for reporting and providing a full PR (`#1580`_).