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

Unified Diff: CHANGELOG.md

Issue 870883006: Fixed implementation of ArgResults.options to really use Iterable<String> instead of Iterable<dynam… (Closed) Base URL: git@github.com:dart-lang/args.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | lib/src/arg_results.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 771bcd058d27d8d44e787889aaf29c751e722858..319e000a57ff08494cd608ae40c8bd8d991a65a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.12.2+3
+
+* Fixed implementation of ArgResults.options to really use Iterable<String>
+ instead of Iterable<dynamic> cast to Iterable<String>.
+
## 0.12.2+2
* Updated dependency constraint on `unittest`.
« no previous file with comments | « no previous file | lib/src/arg_results.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698