Skip to content

Commit

Permalink
Fix headers in change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Nov 5, 2024
1 parent 457dca7 commit 84a7bba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 2.5.3 (November 5, 2024)
## 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)
## 2.5.2 (November 3, 2024)
* Bug Fixes
* Fixed default `pytest` execution when not using cmd2's custom `invoke` command via `inv pytest`

# 2.5.1 (November 2, 2024)
## 2.5.1 (November 2, 2024)
* Bug Fixes
* Fixed readline bug when using `ipy` command with `gnureadline` and Python 3.13

Expand Down

0 comments on commit 84a7bba

Please sign in to comment.