Skip to content

Commit 0ed48c5

Browse files
committed
*sigh* forgot that one
1 parent 0b75ab7 commit 0ed48c5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Released 2025-09-15
99
async. It accepts a new `blocking` parameter to switch between keeping the
1010
async loop running (`False`) and not going belly-up when the user interrupts
1111
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.
1215

1316
- **Improved flag option handling**: Reworked the relationship between ``flag_value``
1417
and ``default`` parameters for better consistency:

0 commit comments

Comments
 (0)