diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3ef8ddb96..b69c222c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,7 @@ Interactive improvements - Command-specific tab completions may now offer results whose first character is a period. For example, it is now possible to tab-complete ``git add`` for files with leading periods. The default file completions hide these files, unless the token itself has a leading period (:issue:`3707`). - A new variable, :envvar:`fish_cursor_external`, can be used to specify to cursor shape when a command is launched. When unspecified, the value defaults to the value of :envvar:`fish_cursor_default` (:issue:`4656`). - Selected text (for example, in vi visual mode) now respects the foreground color and other options such as bold (:issue:`9717`). +- An issue where the pager would not show the last item after pressing the up arrow key has been fixed (:issue:`9833`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^