diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 20a917d..878336d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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