Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: CHANGELOG.md

Issue 1748333005: Make it strong mode clean. (Closed) Base URL: https://github.com/dart-lang/args.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « .analysis_options ('k') | lib/command_runner.dart » ('j') | lib/command_runner.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698