Skip to content

Commit

Permalink
Update change log for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Nov 5, 2024
1 parent e281a40 commit 49c352b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.5.3 (November 5, 2024)
* Enhancements
* Changed `CommandSet._cmd` to a read-only property which never returns `None` because it
is meant to be called after the `CommandSet` is registered. This addresses type checker
errors that occurred if `CommandSet._cmd` wasn't cast or checked if `None` before use.

# 2.5.2 (November 3, 2024)
* Bug Fixes
* Fixed default `pytest` execution when not using cmd2's custom `invoke` command via `inv pytest`
Expand Down

0 comments on commit 49c352b

Please sign in to comment.