Small adjustment to CHANGELOG entry

This commit is contained in:
Bruno Oliveira
2018-02-26 17:10:59 -03:00
committed by GitHub
parent c21eb72924
commit e8f9a91056

View File

@@ -1 +1 @@
Doctest runs now show multiple failures for each doctest snippet, instead of stopping at the first failure.
New ``--doctest-continue-on-failure`` command-line option to enable doctests to show multiple failures for each snippet, instead of stopping at the first failure.