diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-11 10:59:41 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-11 10:59:41 -0500 |
commit | 23ad8935463f8058910b51b4c8341c91eb849aeb (patch) | |
tree | 54f4c4bff7f3db98392943eebfb3f37e01656775 | |
parent | aa931a572b00edae8912f0ab8d2343e791ef2265 (diff) | |
download | cmd2-git-23ad8935463f8058910b51b4c8341c91eb849aeb.tar.gz |
Updated notes regarding bug fixes and features going into the future 0.7.1 release
-rw-r--r-- | CHANGES.rst | 11 |
1 files 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 ----- |