Update CHANGELOG.

This commit is contained in:
Florian Bruhin 2015-08-07 23:08:22 +02:00
parent 91a29932a6
commit 03d8a6c05d
1 changed files with 2 additions and 1 deletions

View File

@ -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.