CHANGELOG

A better example for the builtin buffering and a plurality
thinko ("the docs are", "the documentation is").

[ci skip]
This commit is contained in:
Fabian Homborg 2020-10-04 14:23:57 +02:00
parent 194f4f3734
commit 83b6098827

View File

@ -29,11 +29,12 @@ Notable improvements and fixes
- builtins may now output before all data is read. For example, ``string replace`` no longer has to read all of stdin before it can begin to output.
This makes it usable also for pipes where the previous command hasn't finished yet, like::
dmesg -w | string replace foo bar
# Show all dmesg lines related to "usb"
dmesg -w | string match '*usb*'
- ``set`` and backgrounded jobs no longer overwrite ``$pipestatus`` (#6820), improving its use in command substitutions (#6998).
- Significant performance improvements to completions (#7153).
- The documentation are now presented in a new theme (#6500, #7371).
- The documentation is now presented in a new theme (#6500, #7371).
Syntax changes and new commands
-------------------------------