Skip to content

Commit bfea3cd

Browse files
authored
Merge Stable into Main (#3114)
2 parents 309ce91 + 868b611 commit bfea3cd

17 files changed

+582
-169
lines changed

CHANGES.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ Version 8.3.x
55

66
Unreleased
77

8-
- Don't discard pager arguments by correctly using subprocess.Popen. :issue:`3039` :pr:`3055`
9-
10-
8+
- Don't discard pager arguments by correctly using ``subprocess.Popen``. :issue:`3039`
9+
:pr:`3055`
10+
- Replace ``Sentinel.UNSET`` default values by ``None`` as they're passed through
11+
the ``Context.invoke()`` method. :issue:`3066` :issue:`3065` :pr:`3068`
12+
- Fix conversion of ``Sentinel.UNSET`` happening too early, which caused incorrect
13+
behavior for multiple parameters using the same name. :issue:`3071` :pr:`3079`
14+
- Fix rendering when ``prompt`` and ``confirm`` parameter ``prompt_suffix`` is
15+
empty. :issue:`3019` :pr:`3021`
16+
- When ``Sentinel.UNSET`` is found during parsing, it will skip calls to
17+
``type_cast_value``. :issue:`3069` :pr:`3090`
1118

1219
Version 8.3.0
1320
--------------
@@ -32,7 +39,7 @@ Released 2025-09-17
3239
- Lazily import ``shutil``. :pr:`3023`
3340
- Properly forward exception information to resources registered with
3441
``click.core.Context.with_resource()``. :issue:`2447` :pr:`3058`
35-
- Fix regression related to EOF handling in CliRunner. :issue:`2939` :pr:`2940`
42+
- Fix regression related to EOF handling in ``CliRunner``. :issue:`2939` :pr:`2940`
3643

3744
Version 8.2.2
3845
-------------

0 commit comments

Comments
 (0)