summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-15 22:36:59 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-15 22:36:59 -0400
commit3ad59ceffb9810b774a93448328c7c590080cc98 (patch)
treebcbf724e20fed985f7d05515a10d28ba32112a68
parentdef2f6a98958300c5acc3019d4676e785047a12f (diff)
downloadcmd2-git-3ad59ceffb9810b774a93448328c7c590080cc98.tar.gz
Fixed link text
-rw-r--r--CHANGELOG.md2
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