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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.