diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-11-17 21:55:57 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-11-17 21:55:57 -0500 |
commit | 9f1c6b1f000593b777c3ee2c62b68edd053f2a3a (patch) | |
tree | 9e8f46269f931214890eb8bb8c7738e2fd58476a /CHANGELOG.md | |
parent | 31c2d8fcdad3b4f8be96ea604622e5b47d031a56 (diff) | |
download | cmd2-git-9f1c6b1f000593b777c3ee2c62b68edd053f2a3a.tar.gz |
Update CHANGELOG with info on recent bug fix PR
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b72ba4..1b40cfbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 1.4.1 (TBD, 2020) * 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` ## 1.4.0 (November 11, 2020) * Bug Fixes |