Skip to content

Commit 56b10c3

Browse files
committed
Updated change log.
1 parent ac4c904 commit 56b10c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# 3.2.3 (TBD)
1+
# 3.3.0 (TBD)
22

33
- Enhancements
44
- Added ability to pass a console object to `Cmd.print_to()`. This provides support for things
55
like wrapping a `print_to()` call in a `console.status()` or `console.capture()` context
66
manager.
77

8+
- Breaking Changes
9+
- Renamed the `file` parameter of `Cmd.print_to()` to `destination` to support file-like objects
10+
and console objects.
11+
- `Cmd2BaseConsole(file)` argument is now a keyword-only argument to be consistent with the
12+
`rich.console.Console` class.
13+
814
## 3.2.2 (February 21, 2026)
915

1016
- Bug Fixes

0 commit comments

Comments
 (0)