summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2023-02-01 14:10:16 -0700
committerkotfu <kotfu@kotfu.net>2023-02-01 14:10:16 -0700
commit4bba3ca4608581032fa0b816ffffbd062483eec8 (patch)
treebe3456e160e888a82b7d27e48975bf8b159883f5
parenta95b8b3cbe92d44a0eec9866a5ead892e097514a (diff)
downloadcmd2-git-4bba3ca4608581032fa0b816ffffbd062483eec8.tar.gz
Fix changelog from master merge
-rw-r--r--CHANGELOG.md2
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`.