| OLD | NEW |
| 1 ## 0.13.0 |
| 2 |
| 3 * **Breaking change**: An option that allows multiple values will now |
| 4 automatically split apart comma-separated values. |
| 5 |
| 1 ## 0.12.2+6 | 6 ## 0.12.2+6 |
| 2 | 7 |
| 3 * Remove the dependency on the `collection` package. | 8 * Remove the dependency on the `collection` package. |
| 4 | 9 |
| 5 ## 0.12.2+5 | 10 ## 0.12.2+5 |
| 6 | 11 |
| 7 * Add syntax highlighting to the README. | 12 * Add syntax highlighting to the README. |
| 8 | 13 |
| 9 ## 0.12.2+4 | 14 ## 0.12.2+4 |
| 10 | 15 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 | 67 |
| 63 ## 0.11.0 | 68 ## 0.11.0 |
| 64 | 69 |
| 65 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` | 70 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` |
| 66 itself. This lets subcommands have different behavior for how they handle | 71 itself. This lets subcommands have different behavior for how they handle |
| 67 trailing options. | 72 trailing options. |
| 68 | 73 |
| 69 ## 0.10.0+2 | 74 ## 0.10.0+2 |
| 70 | 75 |
| 71 * Usage ignores hidden options when determining column widths. | 76 * Usage ignores hidden options when determining column widths. |
| OLD | NEW |