CHANGELOG: don't mention the overly-specific terraform fix

This commit is contained in:
Johannes Altmanninger 2023-01-22 16:12:01 +01:00
parent 00692bcdfe
commit 610d19cec1

View file

@ -22,7 +22,7 @@ Scripting improvements
Interactive improvements
------------------------
- Using ``fish_vi_key_bindings`` in combination with fish's ``--no-config`` mode works without locking up the shell (:issue:`9443`).
- The history pager now uses more screen space, usually half the screen (:issue:`9458`)
- The history pager now uses more screen space, usually half the screen (:issue:`9458`).
- Variables that were set while the locale was C (i.e. ASCII) will now properly be encoded if the locale is switched (:issue:`2613`, :issue:`9473`).
- Escape during history search restores the original commandline again (regressed in 3.6.0).
- Using ``--help`` on builtins now respects the $MANPAGER variable in preference to $PAGER (:issue:`9488`).
@ -39,7 +39,6 @@ Completions
- ``otool``
- git's completion for ``git-foo``-style commands was fixed (:issue:`9457`)
- File completion now offers ``../`` and ``./`` again (:issue:`9477`)
- Completion for ``terraform`` now asks for a parameter after ``terraform init -backend-config``. (:issue:`9498`)
Improved terminal support
^^^^^^^^^^^^^^^^^^^^^^^^^