CHANGELOG: Completion generation still warns

Apparently the fix for #6269 doesn't work until we set job-control to
full, which we won't do for this release.

So just drop it from the CHANGELOG.

See #7739.
This commit is contained in:
Fabian Homborg 2021-02-23 19:46:34 +01:00
parent ffa24eb361
commit bb0d4ed878

View File

@ -766,8 +766,7 @@ Interactive improvements
- History newly imported from bash includes command lines using ``&&``
or ``||``.
- The automatic generation of completions from manual pages is better
described in job and process listings, and no longer produces a
warning when exiting fish (:issue:`6269`).
described in job and process listings (:issue:`6269`).
- In private mode, setting ``$fish_greeting`` to an empty string before
starting the private session will prevent the warning about history
not being saved from being printed (:issue:`6299`).