From 51d34e1960cb2688bcd5c0cae6786bfb3e7b3aaf Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 16 Nov 2017 10:54:04 -0800 Subject: [PATCH] Add wait command to Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d07a8f2..1a865fb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This section is for changes merged to the `major` branch that are not also merge - For loop control variables are no longer local to the for block (#1935). ## Notable fixes and improvements +- `wait` builtin is added for waiting on processes (#4498). - `read` has a new `--delimiter` option as a better alternative to the `IFS` variable (#4256). - `set` has a new `--append` and `--prepend` option (#1326). - `set` has a new `--show` option to show lots of information about variables (#4265).