Add changelog. Ref #3314.

This commit is contained in:
Jason R. Coombs 2018-03-15 21:30:29 -04:00
parent 2f47624b19
commit 965a030564
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
During test collection, when stdin is not allowed to be read, the
``DontReadFromStdin`` object still allow itself to be iterable and
resolved to an iterator without crashing.