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. |