commit | a0eb05bd7b079dade75fe4c0832e89811e8433c2 | [log] [tgz] |
---|---|---|
author | David Wolever <wolever@sheertex.com> | Mon Jan 04 11:59:57 2021 -0500 |
committer | David Wolever <wolever@sheertex.com> | Mon Jan 04 12:01:06 2021 -0500 |
tree | 1143f189f35cb6dbf87c8f8e03cf7a27d8458af5 | |
parent | 5a4958ee49093b721ec94a0c0af70d5e11974a18 [diff] |
Changelog
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c6ea188..be9c4a4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt
@@ -1,3 +1,7 @@ +0.7.5 (2021-01-04) + * Fix crash on Python 2.7 with unicode docstrings + (https://github.com/wolever/parameterized/issues/109) + 0.7.4 (2020-04-14) * Add ``class_name_func`` option to ``@parameterized_class`` * Fix arguments being passed to skip_on_empty_helper (thanks @gaf3;