CHANGELOG: work on 3.4.0

This commit is contained in:
David Adam 2021-07-10 20:41:33 +08:00
parent 0e1f5108ae
commit 44463f459f

View File

@ -9,6 +9,7 @@ Deprecations and removed features
Scripting improvements
----------------------
- ``string collect`` supports a new ``--allow-empty`` option, which will output one empty argument in a command substitution that has no output (:issue:`8054`). This allows commands like ``test -n (echo -n | string collect --allow-empty)`` to work more reliably.
Interactive improvements
------------------------
@ -21,9 +22,11 @@ Improved prompts
Completions
^^^^^^^^^^^
- Improvements to many completions.
Improved terminal support
^^^^^^^^^^^^^^^^^^^^^^^^^
- Dynamic terminal titles are enabled on WezTerm (:issue:`8121`).
For distributors
----------------