diff --git a/CHANGELOG b/CHANGELOG index b0141f257..44053343b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,13 @@ 2.8.2.dev --------- +- fix #1085: proper handling of encoding errors when passing encoded byte + strings to pytest.parametrize in Python 2. + Thanks Themanwithoutaplan for the report and Bruno Oliveira for the PR. + +- fix #1087: handling SystemError when passing empty byte strings to + pytest.parametrize in Python 3. + Thanks Paul Kehrer for the report and Bruno Oliveira for the PR. 2.8.1 -----