We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4c904 commit 56b10c3Copy full SHA for 56b10c3
CHANGELOG.md
@@ -1,10 +1,16 @@
1
-# 3.2.3 (TBD)
+# 3.3.0 (TBD)
2
3
- Enhancements
4
- Added ability to pass a console object to `Cmd.print_to()`. This provides support for things
5
like wrapping a `print_to()` call in a `console.status()` or `console.capture()` context
6
manager.
7
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
+
14
## 3.2.2 (February 21, 2026)
15
16
- Bug Fixes
0 commit comments