diff options
| author | Todd Leonhardt <tleonhardt@gmail.com> | 2017-05-16 15:14:17 -0400 |
|---|---|---|
| committer | Todd Leonhardt <tleonhardt@gmail.com> | 2017-05-16 15:14:17 -0400 |
| commit | e3fd17d3e29b196628ffd8301341b0dbf9916f80 (patch) | |
| tree | d35b35e38b245ed6953d4d0643d9282e74f29428 | |
| parent | a353050986a1c415a45d5ca84829e466aa1039c3 (diff) | |
| download | cmd2-git-e3fd17d3e29b196628ffd8301341b0dbf9916f80.tar.gz | |
Renamed CHANGES.rst to CHANGES.md
Converted from reStructuredText to Markdown and updated for recent changes
| -rw-r--r-- | CHANGES.md (renamed from CHANGES.rst) | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/CHANGES.rst b/CHANGES.md index a916435f..b0063fb7 100644 --- a/CHANGES.rst +++ b/CHANGES.md @@ -4,18 +4,24 @@ News 0.7.1 ----- -*Release date: TBD +*Release date: TBD* * 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 + * Don't throw exception when piping output to a shell command + * Transcript testing now properly calls ``preloop`` before and ``postloop`` after + * Fixed readline bug related to ANSI color escape codes in the prompt * Added CONTRIBUTING.md and CODE_OF_CONDUCT.md files * 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 + * Example of how to use regular expressions in a transcript test +* Added CmdResult namedtumple for returning and storing results +* Added local file system path completion for ``edit``, ``load``, ``save``, and ``shell`` commands 0.7.0 ----- @@ -78,10 +84,3 @@ News * Belatedly began a NEWS.txt * Changed pyparsing requirement for compatibility with Python version (2 vs 3) - - - - - - - |
