Skip to content

Commit

Permalink
Merge pull request #356 from pcapriotti/topic/0.15.1
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
HuwCampbell authored Sep 12, 2019
2 parents 4e3e149 + 1e6ebb1 commit 27387c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Version 0.15.1.0 (12 Sep 2019)

- Improve printing of brief descriptions for parsers.
Previously, the logical structure of the parser,
such as alternative groups and segments which must
be defined together, did not influence the layout of
the brief description. This could lead to some help
texts being difficult to read. Now, we use nesting
and forced line breaks to help improve readability.

## Version 0.15.0.0 (05 Jul 2019)

- Add support for GHC 8.8.1.
Expand All @@ -11,7 +21,7 @@
- Improve rendering of complex nested parse structures.
Previously, brackets and parenthesis did not respect
whether or not options had to be defined together.
Now the parse tree is more accurately represeted in
Now the parse tree is more accurately represented in
the help text.

- Add `helpLongEquals` modifier, which will change how
Expand Down
2 changes: 1 addition & 1 deletion optparse-applicative.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: optparse-applicative
version: 0.15.0.0
version: 0.15.1.0
synopsis: Utilities and combinators for parsing command line options
description:
optparse-applicative is a haskell library for parsing options
Expand Down

0 comments on commit 27387c0

Please sign in to comment.