summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-18 21:46:08 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-18 21:46:08 -0400
commit4c80d6525613c3835d0bbefaff66c9dce23da869 (patch)
treeb16898cff1cbfcd7760e80de90bcbb806d10a4e8
parentd19540b37a2f8cb27225a11afd39fbb410f9bc3b (diff)
downloadcmd2-git-4c80d6525613c3835d0bbefaff66c9dce23da869.tar.gz
Updated broken doc link in CHANGELOG for recent release
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e17aef6b..1dc202aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,7 +55,7 @@
* `pexcept` - print Exception message to sys.stderr. If debug is true, print exception traceback if one exists
* Signature of `poutput` and `perror` significantly changed
* Removed color parameters `color`, `err_color`, and `war_color` from `poutput` and `perror`
- * See the docstrings of these methods or the [cmd2 docs](https://cmd2.readthedocs.io/en/latest/unfreefeatures.html#poutput-pfeedback-perror-ppaged) for more info on applying styles to output messages
+ * See the docstrings of these methods or the [cmd2 docs](https://cmd2.readthedocs.io/en/latest/features/generating_output.html) for more info on applying styles to output messages
* `end` argument is now keyword-only and cannot be specified positionally
* `traceback_war` no longer exists as an argument since it isn't needed now that `perror` and `pexcept` exist
* Moved `cmd2.Cmd.colors` to ansi.py and renamed it to `allow_ansi`. This is now an application-wide setting.