diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-15 22:36:59 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-15 22:36:59 -0400 |
commit | 3ad59ceffb9810b774a93448328c7c590080cc98 (patch) | |
tree | bcbf724e20fed985f7d05515a10d28ba32112a68 | |
parent | def2f6a98958300c5acc3019d4676e785047a12f (diff) | |
download | cmd2-git-3ad59ceffb9810b774a93448328c7c590080cc98.tar.gz |
Fixed link text
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb37f9e1..14aff012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 0.9.15 (July TBD, 2019) * Enhancements * Greatly simplified using argparse-based tab completion. The new interface is a complete overhaul that breaks - the previous way of specifying completion and choices functions. See header of [argparse_completer.py](https://github.com/python-cmd2/cmd2/blob/master/cmd2/argparse_custom.py) + the previous way of specifying completion and choices functions. See header of [argparse_custom.py](https://github.com/python-cmd2/cmd2/blob/master/cmd2/argparse_custom.py) for more information. * **Renamed Commands Notice** * The following commands were renamed in the last release and have been removed in this release |