We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b75ab7 commit 0ed48c5Copy full SHA for 0ed48c5
1 file changed
CHANGES.rst
@@ -9,6 +9,9 @@ Released 2025-09-15
9
async. It accepts a new `blocking` parameter to switch between keeping the
10
async loop running (`False`) and not going belly-up when the user interrupts
11
it using Control-C (`True`). `True` thus is the default (for now).
12
+- **Breaking asyncclick change**: ``Context.exit`` has been renamed to
13
+ :meth:`Context.aexit` and is now async, due to the fact that async
14
+ teardown callbacks and context managers needed better support.
15
16
- **Improved flag option handling**: Reworked the relationship between ``flag_value``
17
and ``default`` parameters for better consistency:
0 commit comments