Add CHANGELOG entry for #1223
This commit is contained in:
parent
f46de68804
commit
8727503dd4
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue