From b7f62c4d002e5b5bca3ebef6b995b7338740fe6f Mon Sep 17 00:00:00 2001 From: Edward G Date: Sat, 14 Mar 2026 22:27:58 -0700 Subject: [PATCH] Add missing PR to changelog. --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2e29b245d..b0fc1414e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Unreleased - Fix handling of ``flag_value`` when ``is_flag=False`` to allow such options to be - used without an explicit value. :issue:`3084` + used without an explicit value. :issue:`3084` :pr:`3152` - Hide ``Sentinel.UNSET`` values as ``None`` when using ``lookup_default()``. :issue:`3136` :pr:`3199` :pr:`3202` :pr:`3209` :pr:`3212` :pr:`3224` - Prevent ``_NamedTextIOWrapper`` from closing streams owned by ``StreamMixer``.