Skip to content

Commit 8870324

Browse files
committed
Updated change log.
1 parent a144feb commit 8870324

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ prompt is displayed.
145145
- Added `traceback_kwargs` attribute to allow customization of Rich-based tracebacks.
146146
- The `print()` function available in a `pyscript` writes to `self.stdout` and respects the
147147
`allow_style` setting. It also supports printing `Rich` objects.
148-
- Added `Cmd2ArgumentParser.output_to()` context manager to temporarily set the output stream.
149-
This is helpful for directing output for functions like `parse_args()`, which default to
150-
`sys.stdout` and lack a `file` argument.
148+
- Added `Cmd2ArgumentParser.output_to()` context manager to temporarily set the output stream
149+
during `argparse` operations. This is helpful for directing output for functions like
150+
`parse_args()`, which default to `sys.stdout` and lack a `file` argument.
151151

152152
## 3.5.1 (April 24, 2026)
153153

0 commit comments

Comments
 (0)