add entries for #1085 and #1087 to the CHANGELOG

This commit is contained in:
Bruno Oliveira 2015-09-29 22:37:02 -03:00
parent b64470443f
commit 6ae16eba36
1 changed files with 7 additions and 0 deletions

View File

@ -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
-----