Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 8c416d69f6eef4297d68463f17fdf47f507d2933..74a6d1efdf2e82295715f11b65a314430d0af556 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,3 +1,8 @@ |
| +## 0.13.1 |
| + |
| +* Add `ArgParser.addSeparator()`. Separators allow users to group their options |
| + in the usage text. |
| + |
| ## 0.13.0 |
| * **Breaking change**: An option that allows multiple values will now |