Index: pkg/args/CHANGELOG.md |
diff --git a/pkg/args/CHANGELOG.md b/pkg/args/CHANGELOG.md |
index 5349ae2fdbce9ff967ca6c259a8ce11caf818c39..1949967bfccfbab146771d977aac9a7d8da05d8b 100644 |
--- a/pkg/args/CHANGELOG.md |
+++ b/pkg/args/CHANGELOG.md |
@@ -1,5 +1,11 @@ |
-## 0.11.1 |
+## 0.12.0 |
+* `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 `Option` with a three-value |
nweiz
2014/07/14 21:22:34
"in `Option`" -> "in the `Option` class". This wil
Bob Nystrom
2014/07/15 21:05:23
Done.
|
+ `OptionType` enum. |
+ |
* Options may define `valueHelp` which will then be shown in the usage. |
## 0.11.0 |