From 9064fdf459bfa6745d50231cea2cf75c44c4d01e Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Tue, 18 Jun 2019 18:00:16 +1000 Subject: [PATCH] Add to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a20736..7cc0700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ options. The project adheres to semantic versioning. * Iterator inputs to `parse_positional`. * Throw an exception if the option in `parse_positional` doesn't exist. * Parse a delimited list in a single argument for vector options. +* Add an option to disable implicit value on booleans. ### Bug Fixes