From 62d73bee5e4cf6fd10299f66982bdb2beb2faf5f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 1 Jul 2018 16:35:09 -0700 Subject: [PATCH] Add string split0 and join0 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca637b2d6..b046698b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ This section is for changes merged to the `major` branch that are not also merge - The universal variables file no longer contains the MAC address. It is now at the fixed location `.config/fish/fish_universal_variables` (#1912). - `alias` now has a `-s` and `--save` option to save the function generated by the alias using `funcsave` (#4878). - Path completions now support expansions, meaning expressions like `python ~/` now provides file suggestions just like any other relative or absolute path. (This includes support for other expansions, too.) +- The `string` builtin has new commands `split0` and `join0` for working with NUL-delimited output. ## Other significant changes - Command substitution output is now limited to 10 MB by default (#3822).