Add read to stdout improvement to README.md

This commit is contained in:
Mahmoud Al-Qudsi 2017-09-16 14:00:33 -05:00
parent 06afcb43b4
commit ec56b632f5

View file

@ -22,6 +22,7 @@ This section is for changes merged to the `major` branch that are not also merge
- `math` is now a builtin rather than a wrapper around `bc` (#3157).
- `history search` supports globs for wildcard searching (#3136).
- `bind` has a new `--silent` option to ignore bind requests for named keys not available under the current `$TERMINAL` (#4188, #4431)
- `read` can write directly to stdout if `-` is supplied as a variable name (#4407)
## Other significant changes
- Command substitution output is now limited to 10 MB by default (#3822).