From d93e57a3f905d21d6b3055d07977de9151cb48aa Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 10 Feb 2017 13:34:30 +0100 Subject: [PATCH] Add `export PATH` entry to changlog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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).