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

Unified Diff: pkg/args/CHANGELOG.md

Issue 260963007: Move allowTrailingOptions into ArgParser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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: pkg/args/CHANGELOG.md
diff --git a/pkg/args/CHANGELOG.md b/pkg/args/CHANGELOG.md
index aadaddcf49d7766635e64791f8abf3d15f65b0a3..0c6b78b23d328627ed855cdab5f60700ffc37bab 100644
--- a/pkg/args/CHANGELOG.md
+++ b/pkg/args/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.11.0
+
+* Move handling trailing options from `ArgParser.parse()` into `ArgParser`
+ itself. This lets subcommands have different behavior for how they handle
+ trailing options.
nweiz 2014/05/05 19:52:45 What's with all the whitespace between the * and t
Bob Nystrom 2014/05/05 22:36:02 It's not really necessary here but it means that s
+
## 0.10.0+2
-* Usage ignores hidden options when determining column widths.
+* Usage ignores hidden options when determining column widths.

Powered by Google App Engine
This is Rietveld 408576698