| OLD | NEW |
| 1 ## 0.13.4+2 |
| 2 |
| 3 * Fix a minor documentation error. |
| 4 |
| 1 ## 0.13.4+1 | 5 ## 0.13.4+1 |
| 2 | 6 |
| 3 * Ensure that multiple-value arguments produce reified `List<String>`s. | 7 * Ensure that multiple-value arguments produce reified `List<String>`s. |
| 4 | 8 |
| 5 ## 0.13.4 | 9 ## 0.13.4 |
| 6 | 10 |
| 7 * By default, only the first line of a command's description is included in its | 11 * By default, only the first line of a command's description is included in its |
| 8 parent runner's usage string. This returns to the default behavior from | 12 parent runner's usage string. This returns to the default behavior from |
| 9 before 0.13.3+1. | 13 before 0.13.3+1. |
| 10 | 14 |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 | 125 |
| 122 ## 0.11.0 | 126 ## 0.11.0 |
| 123 | 127 |
| 124 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` | 128 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` |
| 125 itself. This lets subcommands have different behavior for how they handle | 129 itself. This lets subcommands have different behavior for how they handle |
| 126 trailing options. | 130 trailing options. |
| 127 | 131 |
| 128 ## 0.10.0+2 | 132 ## 0.10.0+2 |
| 129 | 133 |
| 130 * Usage ignores hidden options when determining column widths. | 134 * Usage ignores hidden options when determining column widths. |
| OLD | NEW |