Chromium Code Reviews

Unified Diff: pkg/args/CHANGELOG.md

Issue 796593004: Add an ArgResults.original getter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | pkg/args/lib/src/arg_results.dart » ('j') | pkg/args/lib/src/arg_results.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/args/CHANGELOG.md
diff --git a/pkg/args/CHANGELOG.md b/pkg/args/CHANGELOG.md
index 3759dc95b9810573a13e742f9956d2fa9d343d09..0d207fbb1ff5771fc2d3ce82fcb2477844b7b588 100644
--- a/pkg/args/CHANGELOG.md
+++ b/pkg/args/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.12.2
+
+* Add an `ArgResults.original` field, which contains the original argument list.
+
## 0.12.1
* Replace `ArgParser.getUsage()` with `ArgParser.usage`, a getter.
« no previous file with comments | « no previous file | pkg/args/lib/src/arg_results.dart » ('j') | pkg/args/lib/src/arg_results.dart » ('J')

Powered by Google App Engine