From 18841085782db5c26b9d861655e028a8e98aebca Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Wed, 22 Feb 2017 08:28:44 -0500 Subject: [PATCH] Preparation for version 0.5 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caaf58a7..690e72bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Version 0.5 (in progress) +## Version 0.5 * Allow `Hidden` options. * Throw `OptionAlreadyAdded` errors for matching subcommands or options, with ignore-case included, tests @@ -8,7 +8,7 @@ * 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`. * Added printout of ini file text given parsed options, skips flags. * Support for quotes and spaces in ini files -* Fixes to allow support for Windows (added Appveyor) (Use `-`, not `/` syntax) +* Fixes to allow support for Windows (added Appveyor) (Uses `-`, not `/` syntax) ## Version 0.4