From 3a10e76874884c81f68067c3c1e92d42c0d58d2e Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 18 Dec 2017 21:06:15 +0800 Subject: [PATCH] CHANGELOG: drop bare variable note This behaviour was never in a released version. [ci skip] --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21372ff2..e692a8ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,6 @@ This section is for changes merged to the `major` branch that are not also merge - `bind` has a new `--silent` option to ignore bind requests for named keys not available under the current `$TERMINAL` (#4188, #4431) - `read` writes directly to stdout if called without arguments (#4407) - Globs are faster (#4579) -- "Bare variables" in math are no longer accepted. math uses normal variable expansion. (#4393) ## Other significant changes - Command substitution output is now limited to 10 MB by default (#3822).