Commit 3e2172bd3a30bd5d58190ce5e4c30f147c7c2bdb
1 parent
b4b456f5
mention ini change in changelog
Showing
1 changed file
with
1 additions
and
0 deletions
CHANGELOG.md
| @@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
| 2 | 2 | ||
| 3 | * Added `require_subcommand` to `App`, to simplify forcing subcommands. Do not "chain" with `add_subcommand`, since that is the subcommand, not the master `App`. Untested. | 3 | * Added `require_subcommand` to `App`, to simplify forcing subcommands. Do not "chain" with `add_subcommand`, since that is the subcommand, not the master `App`. Untested. |
| 4 | * Added printout of ini file text given parsed options, skips flags. | 4 | * Added printout of ini file text given parsed options, skips flags. |
| 5 | +* Support for quotes and spaces in ini files | ||
| 5 | 6 | ||
| 6 | ## Version 0.4 | 7 | ## Version 0.4 |
| 7 | 8 |