Skip to content

Commit 1dcd944

Browse files
committed
Updated CHANGELOG for 4.2.0 release.
1 parent 526cbca commit 1dcd944

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.2.0 (TBD)
1+
## 4.2.0 (August 6, 2026)
22

33
- Enhancements
44
- `@with_annotated` argument groups can now contain an `ArgumentBlock`'s arguments. A `Group`
@@ -23,7 +23,9 @@
2323
`subcommand_title` or `subcommand_description` still gives the subcommands a dedicated section
2424
([#1715](https://github.com/python-cmd2/cmd2/issues/1715)).
2525
- Fix `@with_annotated` decorator so using `ArgumentBlock` works with groups
26-
- Fixed bug where already sorted `choices_provider` results were being re-sorted.
26+
([#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)).
2729

2830
## 4.1.2 (July 16, 2026)
2931

0 commit comments

Comments
 (0)