Add CHANGELOG entry for ALLOW_BYTES doctest option

This commit is contained in:
Bruno Oliveira 2015-12-29 21:08:25 -02:00
parent 5a5b732fe1
commit 719d63085d
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ New Features
* New `-rp` and `-rP` reporting options give the summary and full output
of passing tests, respectively. Thanks to David Vierra for the PR.
* New ``ALLOW_BYTES`` doctest option strips ``b`` prefixes from byte strings
in doctest output (similar to ``ALLOW_UNICODE``).
Thanks Jason R. Coombs for the request and Bruno Oliveira for the PR (#1287).
Changes
-------