summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJohn Reese <john@noswap.com>2022-04-05 12:57:19 -0700
committerDavid Lord <davidism@gmail.com>2022-04-28 06:51:25 -0700
commitdaa2d8e44332f66f09be83a9872218fde318bb8d (patch)
treee0b74bb01ddb36888e4abea73b62b0232862f11e /CHANGES.rst
parentafdfb120fff5cb5f8d0184d411369f5dddaed5b3 (diff)
downloadclick-daa2d8e44332f66f09be83a9872218fde318bb8d.tar.gz
disallow use of is_flag and multiple in option
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a618f5a..16a982d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,9 @@ Unreleased
- Use verbose form of ``typing.Callable`` for ``@command`` and
``@group``. :issue:`2255`
+- Show error when attempting to create an option with
+ ``multiple=True, is_flag=True``. Use ``count`` instead.
+ :issue:`2246`
Version 8.1.2