diff options
author | kotfu <kotfu@kotfu.net> | 2023-02-01 14:10:16 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2023-02-01 14:10:16 -0700 |
commit | 4bba3ca4608581032fa0b816ffffbd062483eec8 (patch) | |
tree | be3456e160e888a82b7d27e48975bf8b159883f5 | |
parent | a95b8b3cbe92d44a0eec9866a5ead892e097514a (diff) | |
download | cmd2-git-4bba3ca4608581032fa0b816ffffbd062483eec8.tar.gz |
Fix changelog from master merge
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f23931da..e65c6b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,10 @@ * `cmd2` 2.5 supports Python 3.7+ (removed support for Python 3.6) * Enhancements * Removed dependency on `attrs` and replaced with [dataclasses](https://docs.python.org/3/library/dataclasses.html) + * add `allow_clipboard` initialization parameter and attribute to disable ability to add output to the operating system clipboard + ## 2.4.3 (January 27, 2023) * Bug Fixes * Fixed ValueError caused when passing `Cmd.columnize()` strings wider than `display_width`. |