From 11ede92d3f626c743342890a740635edb027bd5f Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 3 Oct 2017 11:18:04 +0200 Subject: [PATCH] Include bind changes in Changelog for 3.0b1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ee24aaa..1d6be2704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ This section is for changes merged to the `major` branch that are not also merge - Setting variables is much faster (#4200, #4341). - Using a read-only variable in a for loop is now an error. Note that this never worked. It simply failed to set the for loop var and thus silently produced incorrect results (#4342). - `math` is now a builtin rather than a wrapper around `bc` (#3157). +- `bind` has a new `--silent` option to ignore bind requests for named keys not available under the current `$TERMINAL` (#4188, #4431) ## Other significant changes - Command substitution output is now limited to 10 MB by default (#3822).