ajalt / clikt

Multiplatform command line interface parsing for Kotlin
https://ajalt.github.io/clikt/
Apache License 2.0
2.56k stars 123 forks source link

4.4.0 CHANGELOG correct? #513

Closed pykereaper closed 6 months ago

pykereaper commented 6 months ago

I just wanted to upgrade your awesome library in my project from 4.2.2 to 4.4.0 and hence took a look at the CHANGELOG.

You list quite a lot of breaking changes. However the 4.4.0 code of ClicktCommand.kt doesn't seem to include those changes. Specifically, the old constructor is still available. Also the methods commandHelp & commandHelpEpilog still have their old name.