Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HuwCampbell committed May 20, 2023
1 parent 9cf46f8 commit 08fc3c8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

- Export `helpIndent` from `Options.Applicative`.

- Export completion script generators from `Options.Applicative.BashCompletion`.

- Add `simpleVersioner` utility for adding a '--version' option to a parser.

- Allow commands to be disambiguated in a similar manner to flags when the
`disambiguate` modifier is used.

This is a potentially breaking change as the internal `CmdReader` constructor
has been adapted so it is able to be inspected to a greater degree to support
finding submatches.

- Improve documentation.

## Version 0.17.0.0 (1 Feb 2022)

- Make tabulation width configurable in usage texts.
Expand Down

0 comments on commit 08fc3c8

Please sign in to comment.