update CHANGES.md

This commit is contained in:
Kurtis Rader 2017-03-13 21:44:05 -07:00
parent 1afea1b650
commit 7ab1c6c7ad

View file

@ -4,6 +4,9 @@
- The `read` command now has a default limit of 10 MiB. If a line is longer than that it will fail with $status set to 122 and the var will be empty. You can set a different limit by setting the FISH_READ_BYTE_LIMIT variable.
- The \cl binding no longer deletes the scrollback buffer with ncurses >= 6.0 (#2855).
- fish now supports "bracketed paste". Note that this is more of a security measure, the `fish_clipboard_paste` function (bound to \cv by default) still has a few advantages.
- Fish is now more forgiving of missing or invalid $TERM values (#3850).
- The `functions --metadata --verbose` output now includes the function description (#597).
- Completions for `helm` added (#3829).
---