Skip to content

Commit 27387c0

Browse files
authored
Merge pull request #356 from pcapriotti/topic/0.15.1
Prepare for release
2 parents 4e3e149 + 1e6ebb1 commit 27387c0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Version 0.15.1.0 (12 Sep 2019)
2+
3+
- Improve printing of brief descriptions for parsers.
4+
Previously, the logical structure of the parser,
5+
such as alternative groups and segments which must
6+
be defined together, did not influence the layout of
7+
the brief description. This could lead to some help
8+
texts being difficult to read. Now, we use nesting
9+
and forced line breaks to help improve readability.
10+
111
## Version 0.15.0.0 (05 Jul 2019)
212

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

1727
- Add `helpLongEquals` modifier, which will change how

optparse-applicative.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: optparse-applicative
2-
version: 0.15.0.0
2+
version: 0.15.1.0
33
synopsis: Utilities and combinators for parsing command line options
44
description:
55
optparse-applicative is a haskell library for parsing options

0 commit comments

Comments
 (0)