Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Oct 2, 2023
1 parent 89dd74c commit 27e07e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Unreleased
### Added
- Added `toString` implementations to options and arguments. ([#434](https://github.com/ajalt/clikt/issues/434))
- Added `CliktCommand.test` overload that takes a vararg of `String`s as the command line arguments. Thanks to @sschuberth for the contribution ([#451](https://github.com/ajalt/clikt/issues/451))

### Fixed
- Update Mordant dependency to fix crashes on native targets and GraalVM ([#447](https://github.com/ajalt/clikt/issues/447))

## 4.2.0
### Added
Expand Down

0 comments on commit 27e07e8

Please sign in to comment.