From b9ea880535eff4ad5d4ba4c20ead30d8f3350678 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 24 May 2020 16:26:01 +0800 Subject: [PATCH] CHANGELOG: minor work on 3.2.0 [ci skip] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e396680..6c9e542a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,8 +20,10 @@ - `string sub` has a new `--end` option to specify the end index of a substring (#6765). - `string split` has a new `--fields` option to specify fields to output, similar to `cut -f` (#6770). - `printf` no longer prints an error if not given an argument (not even a format string) +- The `true` and `false` builtins ignore any arguments, like other shells (#7030). ### Interactive improvements +- The prompt is reprinted after a background job exits (#1018). #### New or improved bindings - New readline commands `undo` (Ctrl+_) and `redo` (Alt-/) can be used to revert changes to the command line or the pager search field (#6570).