From 719d63085dbd79300030f2ce39b8bff37d4f64ba Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 29 Dec 2015 21:08:25 -0200 Subject: [PATCH] Add CHANGELOG entry for ALLOW_BYTES doctest option --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6d9ab3ec8..33ffca92a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 -------