There was an error while loading. Please reload this page.
1 parent 526cbca commit 1dcd944Copy full SHA for 1dcd944
1 file changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 4.2.0 (TBD)
+## 4.2.0 (August 6, 2026)
2
3
- Enhancements
4
- `@with_annotated` argument groups can now contain an `ArgumentBlock`'s arguments. A `Group`
@@ -23,7 +23,9 @@
23
`subcommand_title` or `subcommand_description` still gives the subcommands a dedicated section
24
([#1715](https://github.com/python-cmd2/cmd2/issues/1715)).
25
- Fix `@with_annotated` decorator so using `ArgumentBlock` works with groups
26
- - Fixed bug where already sorted `choices_provider` results were being re-sorted.
+ ([#1718](https://github.com/python-cmd2/cmd2/issues/1718)).
27
+ - Fixed bug where already sorted `choices_provider` results were being re-sorted
28
+ ([#1727](https://github.com/python-cmd2/cmd2/issues/1727)).
29
30
## 4.1.2 (July 16, 2026)
31
0 commit comments