summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-11-11 21:50:44 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-11-11 21:50:44 -0500
commitf02cf54284c4feacee5647d29665158fa5137f5f (patch)
treee421ec9b49338a312c0db759d4b5c87c7299e1a7 /CHANGELOG.md
parent0f11ffa3b992e3f777b96dfe46d4274bfca0dcc8 (diff)
parentd4dc6b6a98fdb44b08701a3826ee88b6c22b72fd (diff)
downloadcmd2-git-f02cf54284c4feacee5647d29665158fa5137f5f.tar.gz
Merge branch 'master' into 2.0
# Conflicts: # CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fab390d9..460a2018 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,19 @@
See [read_input.py](https://github.com/python-cmd2/cmd2/blob/master/examples/read_input.py)
for an example.
+## 1.4.0 (November 11, 2020)
+* Bug Fixes
+ * Fixed tab completion crash on Windows
+* Enhancements
+ * Changed how multiline doc string help is formatted to match style of other help messages
+
+## 1.3.11 (October 1, 2020)
+* Bug Fixes
+ * Fixed issue where quoted redirectors and terminators in aliases and macros were not being
+ restored when read from a startup script.
+ * Fixed issue where instantiating more than one cmd2-based class which uses the `@as_subcommand_to`
+ decorator resulted in duplicated help text in the base command the subcommands belong to.
+
## 1.3.10 (September 17, 2020)
* Enhancements
* Added user-settable option called `always_show_hint`. If True, then tab completion hints will always