diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad479cd9..1fca7fda3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 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 \cl binding no longer deletes the scrollback buffer with ncurses >= 6.0 (#2855).