Skip to content

Commit

Permalink
docs: fix typo in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Jun 26, 2018
1 parent 53e3a94 commit fc31713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file. See [standa

### BREAKING CHANGES

* Options absent from `argv` (not set via CLI argument) are now absent from the parsed result object rather tahn being set with `undefined`
* Options absent from `argv` (not set via CLI argument) are now absent from the parsed result object rather than being set with `undefined`
* drop Node 6 from testing matrix, such that we'll gradually start drifting away from supporting Node 4.
* yargs-parser does not populate 'false' when boolean flag is not passed
* tests that assert against help output will need to be updated
Expand Down

0 comments on commit fc31713

Please sign in to comment.