Update changelog

This commit is contained in:
David Wolever 2015-06-14 11:51:04 -04:00
parent e1902f26e5
commit 864728aa35
1 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
0.4.0 (2015-05-11)
* Include parameters in ``parameterized.expand`` function docstrings
(https://github.com/wolever/nose-parameterized/pull/22; thanks
@smspillaz)
* Drop Python 3.2 support
0.3.5 (2014-11-05)
* Allow the names of test cases generated by ``parameterized.expand`` to
be customized.
@ -17,11 +23,9 @@
* Add helpful error message when used with old-style classes.
0.3.1 (2013-08-01)
* Fix bug: `nose_parameterized.param` wasn't being imported.
0.3 (2013-05-18)
* Add `param` class.
* Add explicit support for callable inputs.
* Update readme to more throughly describe useage.
@ -31,5 +35,4 @@
`imported_from_test`).
0.2 (2013-01-15)
* Add Python 3 support