From bf9b94595c30834b235a25bb888ff1e4b8f2ae85 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 22 Sep 2015 11:18:19 +0200 Subject: [PATCH] fix changelog --- CHANGELOG | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8fe485c36..e2ecbef59 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,10 @@ - Fix issue #411: Add __eq__ method to assertion comparison example. Thanks Ben Webb. +- fix issue 877: propperly handle assertion explanations with non-ascii repr + Thanks Mathieu Agopian for the report and Ronny Pfannschmidt for the PR. + + 2.8.0 ----------------------------- @@ -207,9 +211,6 @@ 2.7.3 (compared to 2.7.2) ----------------------------- -- fix issue 877: propperly handle assertion explanations with non-ascii repr - Thanks Mathieu Agopian for the report - - Allow 'dev', 'rc', or other non-integer version strings in `importorskip`. Thanks to Eric Hunsberger for the PR.