| OLD | NEW |
| 1 ## 0.13.4 |
| 2 |
| 3 * By default, only the first line of a command's description is included in its |
| 4 parent runner's usage string. This returns to the default behavior from |
| 5 before 0.13.3+1. |
| 6 |
| 7 * A `Command.summary` getter has been added to explicitly control the summary |
| 8 that appears in the parent runner's usage string. This getter defaults to the |
| 9 first line of the description, but can be overridden if the user wants a |
| 10 multi-line summary. |
| 11 |
| 1 ## 0.13.3+6 | 12 ## 0.13.3+6 |
| 2 | 13 |
| 3 * README fixes. | 14 * README fixes. |
| 4 | 15 |
| 5 ## 0.13.3+5 | 16 ## 0.13.3+5 |
| 6 | 17 |
| 7 * Make strong mode clean. | 18 * Make strong mode clean. |
| 8 | 19 |
| 9 ## 0.13.3+4 | 20 ## 0.13.3+4 |
| 10 | 21 |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 | 117 |
| 107 ## 0.11.0 | 118 ## 0.11.0 |
| 108 | 119 |
| 109 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` | 120 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` |
| 110 itself. This lets subcommands have different behavior for how they handle | 121 itself. This lets subcommands have different behavior for how they handle |
| 111 trailing options. | 122 trailing options. |
| 112 | 123 |
| 113 ## 0.10.0+2 | 124 ## 0.10.0+2 |
| 114 | 125 |
| 115 * Usage ignores hidden options when determining column widths. | 126 * Usage ignores hidden options when determining column widths. |
| OLD | NEW |