Skip to content

Commit e3fd17d

Browse files
author
Todd Leonhardt
committed
Renamed CHANGES.rst to CHANGES.md
Converted from reStructuredText to Markdown and updated for recent changes
1 parent a353050 commit e3fd17d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGES.rst renamed to CHANGES.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,24 @@ News
44
0.7.1
55
-----
66

7-
*Release date: TBD
7+
*Release date: TBD*
88

99
* Bug fixes
1010
* ``-`` wasn't being treated as a legal character
1111
* The allow_cli_args attribute wasn't properly disabling parsing of args at invocation when False
1212
* py command wasn't allowing scripts which used *cmd* function prior to entering an interactive Python session
13+
* Don't throw exception when piping output to a shell command
14+
* Transcript testing now properly calls ``preloop`` before and ``postloop`` after
15+
* Fixed readline bug related to ANSI color escape codes in the prompt
1316
* Added CONTRIBUTING.md and CODE_OF_CONDUCT.md files
1417
* Added unicode parsing unit tests and listed unicode support as a feature when using Python 3
1518
* Added more examples and improved documentation
1619
* Example for how use cmd2 in a way where it doesn't own the main loop so it can integrate with external event loops
1720
* Example for how to use argparse for parsing command-line args at invocation
1821
* Example for how to use the **py** command to run Python scripts which use conditional control flow
22+
* Example of how to use regular expressions in a transcript test
23+
* Added CmdResult namedtumple for returning and storing results
24+
* Added local file system path completion for ``edit``, ``load``, ``save``, and ``shell`` commands
1925

2026
0.7.0
2127
-----
@@ -78,10 +84,3 @@ News
7884

7985
* Belatedly began a NEWS.txt
8086
* Changed pyparsing requirement for compatibility with Python version (2 vs 3)
81-
82-
83-
84-
85-
86-
87-

0 commit comments

Comments
 (0)