++++++++ * Rollback `get_config_parser` in `config.py` (205)
0.7.0
++++++++ * Add a `default_value_source` property in `HelpParameter` (202) * Support removing option/section from config file (201) * Support writing comment to config file (201) * Import `configparser` directly instead of from `six` (201) * Drop `get_config_parser` function from `config.py` (201)
0.7.0rc4
++++++++ * Change the timing to raise `EVENT_CLI_POST_EXECUTE` event (199) * Make `CLI.invoke` catch `SystemExit` (199)
0.7.0rc3
++++++++ * Change experimental tag color to cyan (196)
0.7.0rc1
++++++++ * Allow disabling color (171) * Support yaml and yamlc output (173) * Drop support for python 2 and 3.5 (174) * Support ``--only-show-errors`` to disable warnings (179) * Add experimental tag (180)
0.6.3
+++++ * Fix bug where arguments in preview did not call registered actions. This meant that parameter parsing did not behave completely as expected.