Add export PATH entry to changlog.

This commit is contained in:
Markus Reiter 2017-02-10 13:34:30 +01:00 committed by Fabian Homborg
parent f38646593c
commit d93e57a3f9

View file

@ -1,5 +1,6 @@
# fish 2.6.0 (released ???) # fish 2.6.0 (released ???)
- The `export` command now supports colon-separated `PATH`, `CDPATH` and `MANPATH`.
- 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 `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). - The \cl binding no longer deletes the scrollback buffer with ncurses >= 6.0 (#2855).