Add CHANGELOG entry for #1223

This commit is contained in:
Bruno Oliveira 2016-01-09 11:44:35 -02:00
parent f46de68804
commit 8727503dd4
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
- fix #1292: monkeypatch calls (setattr, setenv, etc.) are now O(1). - fix #1292: monkeypatch calls (setattr, setenv, etc.) are now O(1).
Thanks David R. MacIver for the report and Bruno Oliveira for the PR. Thanks David R. MacIver for the report and Bruno Oliveira for the PR.
- fix #1223: captured stdout and stderr are now properly displayed before
entering pdb when ``--pdb`` is used instead of being thrown away.
Thanks Cal Leeming for the PR.
- fix #1305: pytest warnings emitted during ``pytest_terminal_summary`` are now - fix #1305: pytest warnings emitted during ``pytest_terminal_summary`` are now
properly displayed. properly displayed.
Thanks Ionel Maries Cristian for the report and Bruno Oliveira for the PR. Thanks Ionel Maries Cristian for the report and Bruno Oliveira for the PR.