Skip to content

Commit

Permalink
Add #987 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jul 25, 2019
1 parent a9503bb commit e5bce2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,7 @@
* can now define both `--foo` and `--no-foo`
* custom event listeners: `--no-foo` on cli now emits `option:no-foo` (previously `option:foo`)
* default value: defining `--no-foo` after defining `--foo` leaves the default value unchanged (previously set it to false)
* allow boolean default value, such as from environment (#987)
* Increment inspector port for spawned subcommands (#991)
* Change docs for `.command` to contrast action handler vs git-style executable. TypeScript now uses overloaded function. (#938)

Expand Down

0 comments on commit e5bce2f

Please sign in to comment.