From 23ad8935463f8058910b51b4c8341c91eb849aeb Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 11 Mar 2017 10:59:41 -0500 Subject: Updated notes regarding bug fixes and features going into the future 0.7.1 release --- CHANGES.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 827d492e..26698251 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,9 +6,16 @@ News *Release date: TBD -* Fixed a bug where ``-`` wasn't being treated as a legal character +* Bug fixes + * ``-`` wasn't being treated as a legal character + * The allow_cli_args attribute wasn't properly disabling parsing of args at invocation when False + * py command wasn't allowing scripts which used *cmd* function prior to entering an interactive Python session * Added CONTRIBUTING.md and CODE_OF_CONDUCT.md files -* Fixed a bug where the allow_cli_args attribute wasn't properly disabling parsing of args at invocation when False +* Added unicode parsing unit tests and listed unicode support as a feature when using Python 3 +* Added more examples and improved documentation + * Example for how use cmd2 in a way where it doesn't own the main loop so it can integrate with external event loops + * Example for how to use argparse for parsing command-line args at invocation + * Example for how to use the **py** command to run Python scripts which use conditional control flow 0.7.0 ----- -- cgit v1.2.1