Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index d8e4cf88eb9d2c4e08ef501f88ef986c624e77e5..0a1adc4967af1c7919b1ec6afca8499f78e4069f 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,3 +1,7 @@ |
+## 0.13.3+5 |
+ |
+* Make strong mode clean. |
+ |
## 0.13.3+4 |
* Use the proper `usage` getter in the README. |
@@ -87,13 +91,13 @@ |
## 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 |