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 c9d7d70 commit cb70cc6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Unreleased

- Move to 'prettyprinter` library for pretty printing.

This is a potentially breaking change when one uses the '*Doc' family of functions
(like `headerDoc`) from `Options.Applicative`. However, as versions of
'ansi-wl-pprint > 1.0' export a compatible `Doc` type, this can be mitigated.

One can also either import directly from `Options.Applicative.Help` or from the
`Prettyprinter` module of 'prettyprinter'.

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

- Export completion script generators from `Options.Applicative.BashCompletion`.
Expand All @@ -15,6 +24,8 @@

- Improve documentation.

- Drop support for GHC 7.0 and 7.2.

## Version 0.17.0.0 (1 Feb 2022)

- Make tabulation width configurable in usage texts.
Expand Down

0 comments on commit cb70cc6

Please sign in to comment.