Skip to content

Commit 9b9554f

Browse files
committed
Improve CHANGELOG formatting and fix typos
1 parent 2abc5b0 commit 9b9554f

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@
9797
fires when a command or subcommand is begun, and suppresses the "Missing:"
9898
error text.
9999

100-
- Fix ghc 8.0 warnings
100+
- Fix ghc 8.0 warnings.
101101

102-
- Fix ghc 7.10 warnings
102+
- Fix ghc 7.10 warnings.
103103

104-
- Bump dependency bounds
104+
- Bump dependency bounds.
105105

106-
- Add maybeReader function for convenient ReadM creation
106+
- Add maybeReader function for convenient ReadM creation.
107107

108-
- Move eitherReader to Readers section (for better discoverability)
108+
- Move eitherReader to Readers section (for better discoverability).
109109

110-
- Fix hsubparser metavar override
110+
- Fix hsubparser metavar override.
111111

112112
- Remove ComplError, which was dead code.
113113

@@ -123,9 +123,9 @@
123123

124124
- Updated dependency bounds.
125125

126-
- Improve subparser contexts to improve usage error texts
126+
- Improve subparser contexts to improve usage error texts.
127127

128-
- Doc
128+
- Docs.
129129

130130
- Fixed bugs
131131
* \# 164 - Invalid options and invalid arguments after parser has succeeded
@@ -145,7 +145,7 @@
145145

146146
- Add `Show` and `Eq` instances to some types for easier debugging.
147147

148-
- Add defaultPrefs, a default preferences value
148+
- Add defaultPrefs, a default preferences value.
149149

150150
- Docs.
151151

@@ -243,7 +243,7 @@
243243

244244
## Version 0.7.0.1 (18 Oct 2013)
245245

246-
- Minor docs fixes
246+
- Minor docs fixes.
247247

248248
## Version 0.7.0 (17 Oct 2013)
249249

@@ -271,15 +271,15 @@
271271
* \#44 - Can the build input restriction process == 1.1.* be relaxed?
272272
* \#28 - Help for subcommands
273273

274-
## Version 0.5.2.1 (24 Dic 2012)
274+
## Version 0.5.2.1 (24 Dec 2012)
275275

276276
- Minor docs fixes.
277277

278-
## Version 0.5.2 (23 Dic 2012)
278+
## Version 0.5.2 (23 Dec 2012)
279279

280280
- Fixed compatibility with GHC 7.2.
281281

282-
## Version 0.5.1 (23 Dic 2012)
282+
## Version 0.5.1 (23 Dec 2012)
283283

284284
- There is a new parser preference `noBacktrack`, that controls whether how a
285285
failure in a subparser is propagated. By default, an unknown option in a
@@ -295,7 +295,7 @@
295295
* \#29 - Document Mod
296296
* \#26 - Improve docs for the `Arrow` interface
297297

298-
## Version 0.5.0 (22 Dic 2012)
298+
## Version 0.5.0 (22 Dec 2012)
299299

300300
- Fewer GHC extensions required.
301301

@@ -311,7 +311,7 @@
311311
- Fixed bugs
312312
* \#37 - Use (\<\>) instead of (&) in documentation
313313

314-
## Version 0.4.3 (09 Dic 2012)
314+
## Version 0.4.3 (09 Dec 2012)
315315

316316
- Updated dependency bounds.
317317

@@ -402,20 +402,20 @@ description like `[METAVAR]...`.
402402

403403
## Version 0.1.1 (21 Jul 2012)
404404

405-
- New arrow interface
405+
- New arrow interface.
406406

407407
- Fixed bugs
408-
* \#7 - "arguments" reads positional arguments in reverse
408+
* \#7 - "arguments" reads positional arguments in reverse
409409

410410
## Version 0.1.0 (07 Jul 2012)
411411

412-
- Improved error reporting internals
412+
- Improved error reporting internals.
413413

414-
- Removed template-haskell dependency
414+
- Removed template-haskell dependency.
415415

416416
- Fixed bugs:
417-
* \#3 - No help for subparsers
418-
* \#4 - Extra empty lines around command list
417+
* \#3 - No help for subparsers
418+
* \#4 - Extra empty lines around command list
419419

420420
## Version 0.0.1 (09 Jun 2012)
421421

0 commit comments

Comments
 (0)