From 3d360d6f379e71cd98f7ce1114d17148cc2fd964 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 9 Jan 2025 12:39:13 -0800 Subject: [PATCH] Add changelog --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 057d700df..9b975f2bd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -95,6 +95,8 @@ Unreleased ``Option.default`` if ``Option.is_flag`` is ``False``. This results in ``Option.default`` not needing to implement `__bool__`. :pr:`2829` - Incorrect ``click.edit`` typing has been corrected. :pr:`2804` +- Fix setup of help option's defaults when using a custom class on its + decorator. Removes ``HelpOption``. :issue:`2832` :pr:`2840` Version 8.1.8 -------------