| Index: pkg/args/CHANGELOG.md
|
| diff --git a/pkg/args/CHANGELOG.md b/pkg/args/CHANGELOG.md
|
| index 5349ae2fdbce9ff967ca6c259a8ce11caf818c39..36b8208e9bfa097d01c621acba671d7bc6a92cdb 100644
|
| --- a/pkg/args/CHANGELOG.md
|
| +++ b/pkg/args/CHANGELOG.md
|
| @@ -1,5 +1,13 @@
|
| -## 0.11.1
|
| +## 0.12.0
|
|
|
| +* Removed public constructors for `ArgResults` and `Option`.
|
| +
|
| +* `ArgResults.wasParsed()` can be used to determine if an option was actually
|
| + parsed or the default value is being returned.
|
| +
|
| +* Replaced `isFlag` and `allowMultiple` fields in the `Option` class with a
|
| + three-value `OptionType` enum.
|
| +
|
| * Options may define `valueHelp` which will then be shown in the usage.
|
|
|
| ## 0.11.0
|
|
|