Commit 18841085782db5c26b9d861655e028a8e98aebca
1 parent
b59a16cc
Preparation for version 0.5
Showing
1 changed file
with
2 additions
and
2 deletions
CHANGELOG.md
| 1 | -## Version 0.5 (in progress) | |
| 1 | +## Version 0.5 | |
| 2 | 2 | |
| 3 | 3 | * Allow `Hidden` options. |
| 4 | 4 | * Throw `OptionAlreadyAdded` errors for matching subcommands or options, with ignore-case included, tests |
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | * Added `require_subcommand` to `App`, to simplify forcing subcommands. Do **not** do `add_subcommand()->require_subcommand`, since that is the subcommand, not the master `App`. |
| 9 | 9 | * Added printout of ini file text given parsed options, skips flags. |
| 10 | 10 | * Support for quotes and spaces in ini files |
| 11 | -* Fixes to allow support for Windows (added Appveyor) (Use `-`, not `/` syntax) | |
| 11 | +* Fixes to allow support for Windows (added Appveyor) (Uses `-`, not `/` syntax) | |
| 12 | 12 | |
| 13 | 13 | ## Version 0.4 |
| 14 | 14 | ... | ... |