Skip to content

Commit e08a8f5

Browse files
committed
Prepare release
1 parent f534c17 commit e08a8f5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Upcoming
22

3-
## Added
4-
- Option to disable verbose formatting for given types of exceptions (generating a standard python-like traceback instead)
5-
- Line wrap for printed variables can be adjusted or turned off
3+
-
4+
5+
# 0.2.4 - June 17, 2020
66

77
## Changed
88
- Disabled verbose formatting for KeyboardInterrupts by default. Call `format(..., suppressed_exceptions=None`) to enforce verbose printing even on a keyboard interrupt.
99

10+
## Added
11+
- New keyword arg `suppressed_exceptions` to disable verbose formatting for certain types of exceptions (generating a standard python-like traceback instead).
12+
- New keyword arg `line_wrap` to adjust or disable the line wrap on variable values.
13+
14+
1015
# 0.2.3 - May 29, 2019
1116

1217
(beginning of time)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
python_requires=">=3.4",
88
name="stackprinter",
9-
version="0.2.3",
9+
version="0.2.4",
1010
author="cknd",
1111
author_email="[email protected]",
1212
description="Debug-friendly stack traces, with variable values and semantic highlighting",

0 commit comments

Comments
 (0)