From 27e07e8cb8169d2d011af7394e44aff64af65b8a Mon Sep 17 00:00:00 2001 From: AJ Date: Mon, 2 Oct 2023 11:59:59 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e6e716..624cabe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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