Skip to content

Commit b412743

Browse files
committed
Update badges and unreleased section of changelog
1 parent 6cbe0a4 commit b412743

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
- Make tabulation width configurable in usage texts.
44

5+
- Separate program name and description in ParserHelp type.
6+
7+
- Add `helperWith` function, which can be easily used to
8+
localize the help flag.
9+
510
## Version 0.16.1.0 (21 Nov 2020)
611

712
- Guard `process` dependency behind an on by default flag.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,6 @@ simplified implementation.
10201020
[monoid]: http://hackage.haskell.org/package/base/docs/Data-Monoid.html
10211021
[semigroup]: http://hackage.haskell.org/package/base/docs/Data-Semigroup.html
10221022
[parsec]: http://hackage.haskell.org/package/parsec
1023-
[status]: http://travis-ci.org/pcapriotti/optparse-applicative?branch=master
1024-
[status-png]: https://api.travis-ci.org/pcapriotti/optparse-applicative.svg?branch=master
1023+
[status]: https://github.com/pcapriotti/optparse-applicative/actions/workflows/haskell-ci.yml
1024+
[status-png]: https://github.com/pcapriotti/optparse-applicative/workflows/Haskell-CI/badge.svg
10251025
[ansi-wl-pprint]: http://hackage.haskell.org/package/ansi-wl-pprint

0 commit comments

Comments
 (0)