Skip to content

Commit 031b80a

Browse files
committed
Update changelog
1 parent 6fed8e8 commit 031b80a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.2.7 - August 12, 2022
2+
3+
## Fixed
4+
- Degrade more gracefully in environments where the standard output streams (stdout, stderr) are not available, such as the `pythonw.exe` GUI. Concretely: 1) If stackprinter's `show()` function is called in such an environment and with default arguments, it will now return silently (doing nothing) instead of crashing. 2) the 'Traceprinter' toy now uses the built in print function (so that it doesn't try to access sys.stderr.write on import).
5+
16
# 0.2.6 - April 2, 2022
27

38
## Added

0 commit comments

Comments
 (0)