summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-24 11:07:50 -0500
committerGitHub <noreply@github.com>2021-01-24 11:07:50 -0500
commit44eb9d4e1946a3cc9a10fe85ccb617b6076f627c (patch)
treedf5a6d6b7f9a173eb387e17408750a2ce57b84c2 /CHANGELOG.md
parent5f1ea98c1513225c7bf87976ca438410afff2268 (diff)
parentbc01feced61d493ad8a0e3cc3d5e4768e5d214be (diff)
downloadcmd2-git-44eb9d4e1946a3cc9a10fe85ccb617b6076f627c.tar.gz
Merge pull request #1045 from python-cmd2/silent_start
Added option to run startup scripts silently
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b40cfbe..19be0280 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
* Bug Fixes
* Fixed bug where setting `always_show_hint=True` did not show a hint when completing `Settables`
* Fixed bug in editor detection logic on Linux systems that do not have `which`
+* Enhancements
+ * Added `silent_startup_script` option to `cmd2.Cmd.__init__()`. If `True`, then the startup script's
+ output will be suppressed. Anything written to stderr will still display.
## 1.4.0 (November 11, 2020)
* Bug Fixes