From 9d92b19ed199f5cf7f3559eba1ce0ddb9a5861f9 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Mon, 17 Oct 2011 22:17:41 +0100 Subject: [PATCH] Mention issue #77 in changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 4243815d9..ca16edbbc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ Changes between 2.1.2 and [next version] - correctly handle zero length arguments (a la pytest '') - fix issue67 / junitxml now contains correct test durations, thanks ronny - fix issue75 / skipping test failure on jython +- fix issue77 / Allow assertrepr_compare hook to apply to a subset of tests Changes between 2.1.1 and 2.1.2 ----------------------------------------