* 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
* Allow the names of test cases generated by ``parameterized.expand`` to be customized. (https://github.com/wolever/nose-parameterized/pull/19; thanks curtissiemens)
0.3.4
* Use ``functools.wraps`` to wrap expanded functions (https://github.com/wolever/nose-parameterized/pull/17; thanks toumorokoshi)
0.3.3
* Replace unsafe characters with "_" in names generated by ``parameterized.expand``.