Skip to content

Commit fed9049

Browse files
committed
Move #1572 changelog entry to correct version entry (8.4.0).
1 parent 831c8f0 commit fed9049

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Unreleased
4949
:issue:`3043`
5050
- Add :class:`NoSuchCommand` exception with suggestions for misspelled
5151
commands. :issue:`3107` :pr:`3228`
52+
- Add ``click.get_pager_file`` for file-like access to an output
53+
pager. :pr:`1572`
5254

5355
Version 8.3.3
5456
-------------
@@ -262,8 +264,6 @@ Released 2025-05-10
262264
allows the user to search for future output of the generator when
263265
using less and then aborting the program using ctrl-c.
264266

265-
- Add ``click.get_pager_file`` for file-like access to an output
266-
pager. :pr:`1572`
267267
- ``deprecated: bool | str`` can now be used on options and arguments. This
268268
previously was only available for ``Command``. The message can now also be
269269
customised by using a ``str`` instead of a ``bool``. :issue:`2263` :pr:`2271`

0 commit comments

Comments
 (0)