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

Unified Diff: CHANGELOG.md

Issue 1145413002: Add support for separators. (Closed) Base URL: git@github.com:dart-lang/args@master
Patch Set: Created 5 years, 7 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 | example/test_runner.dart » ('j') | example/test_runner.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c416d69f6eef4297d68463f17fdf47f507d2933..20282cd5055bea9474b34b73a9efb3a13e90da99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.13.1
+
+* Add `ArgParser.addSeparator()` and `ArgParser.optionsAndSeparators`.
+ Separators allow users to group their options in the usage text.
+
## 0.13.0
* **Breaking change**: An option that allows multiple values will now
« no previous file with comments | « no previous file | example/test_runner.dart » ('j') | example/test_runner.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698