From 03d8a6c05ddaf754c02a8e317fa235c4b5cc4cc7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 7 Aug 2015 23:08:22 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 83376c44a..ce75fced1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,8 @@ ----------------------------- - parametrize now also generates meaningful test IDs for enum, regex and class - objects. + objects (as opposed to class instances). + Thanks to Florian Bruhin for the PR. - Add 'warns' to assert that warnings are thrown (like 'raises'). Thanks to Eric Hunsberger for the PR.